#97DB88

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

Shades of Granny Smith Apple #97DB88

Tints of Granny Smith Apple #97DB88

Color information

#97DB88 (or 0x97DB88) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DB and 88. RGB value is (151,219,136). Sum of RGB (Red+Green+Blue) = 151+219+136=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #97DB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DB88 is #682477. Grayscale: #BDBDBD. Windows color (decimal): -6825080 or 8969111. OLE color: 8969111.

HSL color Cylindrical-coordinate representation of color #97DB88: hue angle of 109.16º degrees, saturation: 0.54, 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 #97DB88 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB151219136-
CMYK0.3100.380.14
HSL109.16º53.55%69.61%-
HSV(B)109.16º37.9%85.88%-
XYZ42.5459.0232.44-
YUV189.2197.97100.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=29.84%
G=43.28%
B=26.88%

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
Decimal1512191360.3100.380.14109.1653.5569.61
Hex97DB881F026E6d3646
Octal227333210370461615566106
Binary100101111101101110001000111110100110111011011011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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