#97DC88

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

Shades of Granny Smith Apple #97DC88

Tints of Granny Smith Apple #97DC88

Color information

#97DC88 (or 0x97DC88) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DC and 88. RGB value is (151,220,136). Sum of RGB (Red+Green+Blue) = 151+220+136=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DC88 is #682377. Grayscale: #BEBEBE. Windows color (decimal): -6824824 or 8969367. OLE color: 8969367.

HSL color Cylindrical-coordinate representation of color #97DC88: hue angle of 109.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97DC88 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB151220136-
CMYK0.3100.380.14
HSL109.29º54.55%69.8%-
HSV(B)109.29º38.18%86.27%-
XYZ42.859.5432.53-
YUV189.7997.64100.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.78%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=29.78%
G=43.39%
B=26.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512201360.3100.380.14109.2954.5569.8
Hex97DC881F026E6d3746
Octal227334210370461615567106
Binary100101111101110010001000111110100110111011011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,220,136); }

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

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

 a { background-color: rgb(151,220,136); }

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

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

 span { border-color: rgb(151,220,136); }

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