#97DD86

Color #97DD86 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #97DD86

Tints of Granny Smith Apple #97DD86

Color information

#97DD86 (or 0x97DD86) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DD and 86. RGB value is (151,221,134). Sum of RGB (Red+Green+Blue) = 151+221+134=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DD86 is #682279. Grayscale: #BEBEBE. Windows color (decimal): -6824570 or 8838551. OLE color: 8838551.

HSL color Cylindrical-coordinate representation of color #97DD86: hue angle of 108.28º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97DD86 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB151221134-
CMYK0.3200.390.13
HSL108.28º56.13%69.61%-
HSV(B)108.28º39.37%86.67%-
XYZ42.9260.0131.88-
YUV190.1596.31100.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=29.84%
G=43.68%
B=26.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211340.3200.390.13108.2856.1369.61
Hex97DD8620027D6c3846
Octal227335206400471515470106
Binary1001011111011101100001101000000100111110111011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97DD86;
 }
 .AnyTagClassName
 {
   color: #97DD86;
 }
</style>
background-color css

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

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

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

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

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

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