#95F691

Color #95F691 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #95F691

Tints of Pale Green #95F691

Color information

#95F691 (or 0x95F691) is unknown color: approx Pale Green. HEX triplet: 95, F6 and 91. RGB value is (149,246,145). Sum of RGB (Red+Green+Blue) = 149+246+145=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #95F691 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F691 is #6A096E. Grayscale: #CDCDCD. Windows color (decimal): -6949231 or 9565845. OLE color: 9565845.

HSL color Cylindrical-coordinate representation of color #95F691: hue angle of 117.62º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95F691 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB149246145-
CMYK0.3900.410.04
HSL117.62º84.87%76.67%-
HSV(B)117.62º41.06%96.47%-
XYZ50.4674.3538.48-
YUV205.4893.8687.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 27.59%
GREEN value IS 246 (96.48% from 255) = 45.56%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=27.59%
G=45.56%
B=26.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492461450.3900.410.04117.6284.8776.67
Hex95F69127029476554d
Octal225366221470514166125115
Binary1001010111110110100100011001110101001100111011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F691; }

 p { color: rgb(149,246,145); }

 H1.HeaderClassName
 {
   color: #95F691;
 }
 .AnyTagClassName
 {
   color: #95F691;
 }
</style>
background-color css

<style>
 a { background-color: #95F691; }

 a { background-color: rgb(149,246,145); }

 div.DivClassName
 {
   background-color: #95F691;
 }
 .BgClassName
 {
   background-color: #95F691;
 }
</style>
border-color css

<style>
 span { border-color: #95F691; }

 span { border-color: rgb(149,246,145); }

 td.TdClassName
 {
   border-color: #95F691;
 }
 .TagClassName
 {
   border-color: #95F691;
 }
</style>