#97D993

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

Shades of Granny Smith Apple #97D993

Tints of Granny Smith Apple #97D993

Color information

#97D993 (or 0x97D993) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D9 and 93. RGB value is (151,217,147). Sum of RGB (Red+Green+Blue) = 151+217+147=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #97D993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D993 is #68266C. Grayscale: #BDBDBD. Windows color (decimal): -6825581 or 9689495. OLE color: 9689495.

HSL color Cylindrical-coordinate representation of color #97D993: hue angle of 116.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97D993 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB151217147-
CMYK0.3000.320.15
HSL116.57º47.95%71.37%-
HSV(B)116.57º32.26%85.1%-
XYZ42.8458.3136.6-
YUV189.29104.13100.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=29.32%
G=42.14%
B=28.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512171470.3000.320.15116.5747.9571.37
Hex97D9931E020F753047
Octal227331223360401716560107
Binary100101111101100110010011111100100000111111101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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