#96FBB5

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

Shades of Pale Green #96FBB5

Tints of Pale Green #96FBB5

Color information

#96FBB5 (or 0x96FBB5) is unknown color: approx Pale Green. HEX triplet: 96, FB and B5. RGB value is (150,251,181). Sum of RGB (Red+Green+Blue) = 150+251+181=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FBB5 is #69044A. Grayscale: #D5D5D5. Windows color (decimal): -6882379 or 11926422. OLE color: 11926422.

HSL color Cylindrical-coordinate representation of color #96FBB5: hue angle of 138.42º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBB5 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB150251181-
CMYK0.4000.280.02
HSL138.42º92.66%78.63%-
HSV(B)138.42º40.24%98.43%-
XYZ55.4278.8156.01-
YUV212.82110.0483.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.77%
GREEN value IS 251 (98.44% from 255) = 43.13%
BLUE value IS 181 (71.09% from 255) = 31.10%
R=25.77%
G=43.13%
B=31.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502511810.4000.280.02138.4292.6678.63
Hex96FBB52801C28a5d4f
Octal226373265500342212135117
Binary100101101111101110110101101000011100101000101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FBB5; }

 p { color: rgb(150,251,181); }

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

<style>
 a { background-color: #96FBB5; }

 a { background-color: rgb(150,251,181); }

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

<style>
 span { border-color: #96FBB5; }

 span { border-color: rgb(150,251,181); }

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