#97D88F

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

Shades of Granny Smith Apple #97D88F

Tints of Granny Smith Apple #97D88F

Color information

#97D88F (or 0x97D88F) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D8 and 8F. RGB value is (151,216,143). Sum of RGB (Red+Green+Blue) = 151+216+143=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #97D88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D88F is #682770. Grayscale: #BCBCBC. Windows color (decimal): -6825841 or 9427095. OLE color: 9427095.

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

Color convert

RGB151216143-
CMYK0.3000.340.15
HSL113.42º48.34%70.39%-
HSV(B)113.42º33.8%84.71%-
XYZ42.2857.6734.89-
YUV188.24102.47101.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 216 (84.77% from 255) = 42.35%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=29.61%
G=42.35%
B=28.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512161430.3000.340.15113.4248.3470.39
Hex97D88F1E022F713046
Octal227330217360421716160106
Binary100101111101100010001111111100100010111111100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,216,143); }

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

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

 a { background-color: rgb(151,216,143); }

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

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

 span { border-color: rgb(151,216,143); }

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