#96DF91

Color #96DF91 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #96DF91

Tints of Granny Smith Apple #96DF91

Color information

#96DF91 (or 0x96DF91) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DF and 91. RGB value is (150,223,145). Sum of RGB (Red+Green+Blue) = 150+223+145=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF91 is #69206E. Grayscale: #C0C0C0. Windows color (decimal): -6889583 or 9559958. OLE color: 9559958.

HSL color Cylindrical-coordinate representation of color #96DF91: hue angle of 116.15º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96DF91 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB150223145-
CMYK0.3300.350.13
HSL116.15º54.93%72.16%-
HSV(B)116.15º34.98%87.45%-
XYZ44.0861.336.3-
YUV192.28101.3297.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 223 (87.5% from 255) = 43.05%
BLUE value IS 145 (57.03% from 255) = 27.99%
R=28.96%
G=43.05%
B=27.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231450.3300.350.13116.1554.9372.16
Hex96DF9121023D743748
Octal226337221410431516467110
Binary1001011011011111100100011000010100011110111101001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,145); }

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

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

 a { background-color: rgb(150,223,145); }

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

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

 span { border-color: rgb(150,223,145); }

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