Html Css Color HEX #97DE96 Granny Smith Apple

📋 copy color: '#97DE96'

red 151 ◦ green 222 ◦ blue 150

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

Shades of Granny Smith Apple #97DE96

Tints of Granny Smith Apple #97DE96

RGB

 RED value IS 151 (59.38% from 255) = 28.87%

 GREEN value IS 222 (87.11% from 255) = 42.45%

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

R = 28.87%
G = 42.45%
B = 28.68%

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

#97DE96 (or 0x97DE96) is known color: Granny Smith Apple. HEX triplet: 97, DE and 96. RGB value is (151,222,150). Sum of RGB (Red+Green+Blue) = 151+222+150=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DE96 is #682169. Grayscale: #C0C0C0. Windows color (decimal): -6824298 or 9887383. OLE color: 9887383.

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

Color convert

RGB 151 222 150 -
CMYK 0.32 0 0.32 0.13
HSL 119.17º 0.52% 0.73% -
HSV(B) 119.17º 0.32% 0.87% -
XYZ 44.39 61.02 38.29 -
YUV 192.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 151 222 150 0.32 0 0.32 0.13 119.17 0.52 0.73
Hex 97 DE 96 20 0 20 D 77 34 49
Octal 227 336 226 40 0 40 15 167 64 111
Binary 10010111 11011110 10010110 100000 0 100000 1101 1110111 110100 1001001

Color Harmonies of #97DE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DE96

Black with #97DE96

Text Example


Text Example

White with #97DE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97DE96; }

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

 H1.HeaderClassName
 {
   color: #97DE96;
 }
 .AnyTagClassName
 {
   color: #97DE96;
 }
</style>

background-color css

<style>
 a { background-color: #97DE96; }

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

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

border-color css

<style>
 span { border-color: #97DE96; }

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

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