Html Css Color HEX #96DD96 Granny Smith Apple

📋 copy color: '#96DD96'

red 150 ◦ green 221 ◦ blue 150

#96DD96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #96DD96

Tints of Granny Smith Apple #96DD96

RGB

 RED value IS 150 (58.98% from 255) = 28.79%

 GREEN value IS 221 (86.72% from 255) = 42.42%

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 28.79%
G = 42.42%
B = 28.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#96DD96 (or 0x96DD96) is known color: Granny Smith Apple. HEX triplet: 96, DD and 96. RGB value is (150,221,150). Sum of RGB (Red+Green+Blue) = 150+221+150=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD96 is #692269. Grayscale: #BFBFBF. Windows color (decimal): -6890090 or 9887126. OLE color: 9887126.

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

Color convert

RGB 150 221 150 -
CMYK 0.32 0 0.32 0.13
HSL 120º 0.51% 0.73% -
HSV(B) 120º 0.32% 0.87% -
XYZ 43.94 60.4 38.2 -
YUV 191.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 150 221 150 0.32 0 0.32 0.13 120 0.51 0.73
Hex 96 DD 96 20 0 20 D 78 33 49
Octal 226 335 226 40 0 40 15 170 63 111
Binary 10010110 11011101 10010110 100000 0 100000 1101 1111000 110011 1001001

Color Harmonies of #96DD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD96

Black with #96DD96

Text Example


Text Example

White with #96DD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96DD96;
 }
 .AnyTagClassName
 {
   color: #96DD96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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