Html Css Color HEX #96DB97 Granny Smith Apple

📋 copy color: '#96DB97'

red 150 ◦ green 219 ◦ blue 151

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

Shades of Granny Smith Apple #96DB97

Tints of Granny Smith Apple #96DB97

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.12%

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

R = 28.85%
G = 42.12%
B = 29.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#96DB97 (or 0x96DB97) is known color: Granny Smith Apple. HEX triplet: 96, DB and 97. RGB value is (150,219,151). Sum of RGB (Red+Green+Blue) = 150+219+151=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DB97 is #692468. Grayscale: #BEBEBE. Windows color (decimal): -6890601 or 9952150. OLE color: 9952150.

HSL color Cylindrical-coordinate representation of color #96DB97: hue angle of 120.87º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DB97 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 151 -
CMYK 0.32 0 0.31 0.14
HSL 120.87º 0.49% 0.72% -
HSV(B) 120.87º 0.32% 0.86% -
XYZ 43.5 59.38 38.45 -
YUV 190.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 150 219 151 0.32 0 0.31 0.14 120.87 0.49 0.72
Hex 96 DB 97 20 0 1F E 79 31 48
Octal 226 333 227 40 0 37 16 171 61 110
Binary 10010110 11011011 10010111 100000 0 11111 1110 1111001 110001 1001000

Color Harmonies of #96DB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB97

Black with #96DB97

Text Example


Text Example

White with #96DB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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