#96DD87

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

Shades of Granny Smith Apple #96DD87

Tints of Granny Smith Apple #96DD87

Color information

#96DD87 (or 0x96DD87) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DD and 87. RGB value is (150,221,135). Sum of RGB (Red+Green+Blue) = 150+221+135=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD87 is #692278. Grayscale: #BEBEBE. Windows color (decimal): -6890105 or 8904086. OLE color: 8904086.

HSL color Cylindrical-coordinate representation of color #96DD87: hue angle of 109.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96DD87 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB150221135-
CMYK0.3200.390.13
HSL109.53º55.84%69.8%-
HSV(B)109.53º38.91%86.67%-
XYZ42.8159.9532.24-
YUV189.9796.9899.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=29.64%
G=43.68%
B=26.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211350.3200.390.13109.5355.8469.8
Hex96DD8720027D6e3846
Octal226335207400471515670106
Binary1001011011011101100001111000000100111110111011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,221,135); }

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

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

 a { background-color: rgb(150,221,135); }

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

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

 span { border-color: rgb(150,221,135); }

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