#97DD85

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

Shades of Granny Smith Apple #97DD85

Tints of Granny Smith Apple #97DD85

Color information

#97DD85 (or 0x97DD85) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DD and 85. RGB value is (151,221,133). Sum of RGB (Red+Green+Blue) = 151+221+133=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DD85 is #68227A. Grayscale: #BEBEBE. Windows color (decimal): -6824571 or 8773015. OLE color: 8773015.

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

Color convert

RGB151221133-
CMYK0.3200.400.13
HSL107.73º56.41%69.41%-
HSV(B)107.73º39.82%86.67%-
XYZ42.8559.9931.51-
YUV190.0495.81100.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.90%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=29.90%
G=43.76%
B=26.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211330.3200.400.13107.7356.4169.41
Hex97DD8520028D6c3845
Octal227335205400501515470105
Binary1001011111011101100001011000000101000110111011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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