Html Css Color HEX #96DD95 Granny Smith Apple

📋 copy color: '#96DD95'

red 150 ◦ green 221 ◦ blue 149

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

Shades of Granny Smith Apple #96DD95

Tints of Granny Smith Apple #96DD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 28.85%
G = 42.5%
B = 28.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#96DD95 (or 0x96DD95) is known color: Granny Smith Apple. HEX triplet: 96, DD and 95. RGB value is (150,221,149). Sum of RGB (Red+Green+Blue) = 150+221+149=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD95 is #69226A. Grayscale: #BFBFBF. Windows color (decimal): -6890091 or 9821590. OLE color: 9821590.

HSL color Cylindrical-coordinate representation of color #96DD95: hue angle of 119.17º degrees, saturation: 0.51, 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 #96DD95 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 149 -
CMYK 0.32 0 0.33 0.13
HSL 119.17º 0.51% 0.73% -
HSV(B) 119.17º 0.33% 0.87% -
XYZ 43.86 60.37 37.77 -
YUV 191.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 150 221 149 0.32 0 0.33 0.13 119.17 0.51 0.73
Hex 96 DD 95 20 0 21 D 77 33 49
Octal 226 335 225 40 0 41 15 167 63 111
Binary 10010110 11011101 10010101 100000 0 100001 1101 1110111 110011 1001001

Color Harmonies of #96DD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD95

Black with #96DD95

Text Example


Text Example

White with #96DD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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