Html Css Color HEX #97DD99 Granny Smith Apple

📋 copy color: '#97DD99'

red 151 ◦ green 221 ◦ blue 153

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

Shades of Granny Smith Apple #97DD99

Tints of Granny Smith Apple #97DD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.14%

R = 28.76%
G = 42.1%
B = 29.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#97DD99 (or 0x97DD99) is known color: Granny Smith Apple. HEX triplet: 97, DD and 99. RGB value is (151,221,153). Sum of RGB (Red+Green+Blue) = 151+221+153=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DD99 is #682266. Grayscale: #C0C0C0. Windows color (decimal): -6824551 or 10083735. OLE color: 10083735.

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

Color convert

RGB 151 221 153 -
CMYK 0.32 0 0.31 0.13
HSL 121.71º 0.51% 0.73% -
HSV(B) 121.71º 0.32% 0.87% -
XYZ 44.37 60.59 39.49 -
YUV 192.32 105.81 98.53 -
System Red Green Blue C M Y K H S L
Decimal 151 221 153 0.32 0 0.31 0.13 121.71 0.51 0.73
Hex 97 DD 99 20 0 1F D 7A 33 49
Octal 227 335 231 40 0 37 15 172 63 111
Binary 10010111 11011101 10011001 100000 0 11111 1101 1111010 110011 1001001

Color Harmonies of #97DD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DD99

Black with #97DD99

Text Example


Text Example

White with #97DD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,221,153); }

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

background-color css

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

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

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

border-color css

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

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

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