#96DD85

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

Shades of Granny Smith Apple #96DD85

Tints of Granny Smith Apple #96DD85

Color information

#96DD85 (or 0x96DD85) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DD and 85. RGB value is (150,221,133). Sum of RGB (Red+Green+Blue) = 150+221+133=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD85 is #69227A. Grayscale: #BEBEBE. Windows color (decimal): -6890107 or 8773014. OLE color: 8773014.

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

Color convert

RGB150221133-
CMYK0.3200.400.13
HSL108.41º56.41%69.41%-
HSV(B)108.41º39.82%86.67%-
XYZ42.6759.8931.5-
YUV189.7495.9899.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=29.76%
G=43.85%
B=26.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211330.3200.400.13108.4156.4169.41
Hex96DD8520028D6c3845
Octal226335205400501515470105
Binary1001011011011101100001011000000101000110111011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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