Html Css Color HEX #96D997 Granny Smith Apple

📋 copy color: '#96D997'

red 150 ◦ green 217 ◦ blue 151

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

Shades of Granny Smith Apple #96D997

Tints of Granny Smith Apple #96D997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.89%

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 28.96%
G = 41.89%
B = 29.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#96D997 (or 0x96D997) is known color: Granny Smith Apple. HEX triplet: 96, D9 and 97. RGB value is (150,217,151). Sum of RGB (Red+Green+Blue) = 150+217+151=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #96D997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D997 is #692668. Grayscale: #BDBDBD. Windows color (decimal): -6891113 or 9951638. OLE color: 9951638.

HSL color Cylindrical-coordinate representation of color #96D997: hue angle of 120.9º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D997 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 151 -
CMYK 0.31 0 0.30 0.15
HSL 120.9º 0.47% 0.72% -
HSV(B) 120.9º 0.31% 0.85% -
XYZ 42.98 58.34 38.27 -
YUV 189.44 106.3 99.87 -
System Red Green Blue C M Y K H S L
Decimal 150 217 151 0.31 0 0.30 0.15 120.9 0.47 0.72
Hex 96 D9 97 1F 0 1E F 79 2F 48
Octal 226 331 227 37 0 36 17 171 57 110
Binary 10010110 11011001 10010111 11111 0 11110 1111 1111001 101111 1001000

Color Harmonies of #96D997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D997

Black with #96D997

Text Example


Text Example

White with #96D997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,151); }

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

background-color css

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

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

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

border-color css

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

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

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