#96DF96

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

Shades of Granny Smith Apple #96DF96

Tints of Granny Smith Apple #96DF96

Color information

#96DF96 (or 0x96DF96) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DF and 96. RGB value is (150,223,150). Sum of RGB (Red+Green+Blue) = 150+223+150=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF96 is #692069. Grayscale: #C1C1C1. Windows color (decimal): -6889578 or 9887638. OLE color: 9887638.

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

Color convert

RGB150223150-
CMYK0.3300.330.13
HSL120º53.28%73.14%-
HSV(B)120º32.74%87.45%-
XYZ44.4761.4638.37-
YUV192.85103.8297.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.68%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=28.68%
G=42.64%
B=28.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231500.3300.330.1312053.2873.14
Hex96DF9621021D783549
Octal226337226410411517065111
Binary1001011011011111100101101000010100001110111110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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