#97DE93

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

Shades of Granny Smith Apple #97DE93

Tints of Granny Smith Apple #97DE93

Color information

#97DE93 (or 0x97DE93) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DE and 93. RGB value is (151,222,147). Sum of RGB (Red+Green+Blue) = 151+222+147=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DE93 is #68216C. Grayscale: #C0C0C0. Windows color (decimal): -6824301 or 9690775. OLE color: 9690775.

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

Color convert

RGB151222147-
CMYK0.3200.340.13
HSL116.8º53.19%72.35%-
HSV(B)116.8º33.78%87.06%-
XYZ44.1560.9337.04-
YUV192.22102.4898.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 222 (87.11% from 255) = 42.69%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=29.04%
G=42.69%
B=28.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512221470.3200.340.13116.853.1972.35
Hex97DE9320022D753548
Octal227336223400421516565110
Binary1001011111011110100100111000000100010110111101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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