#97D68F

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

Shades of Granny Smith Apple #97D68F

Tints of Granny Smith Apple #97D68F

Color information

#97D68F (or 0x97D68F) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D6 and 8F. RGB value is (151,214,143). Sum of RGB (Red+Green+Blue) = 151+214+143=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #97D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D68F is #682970. Grayscale: #BBBBBB. Windows color (decimal): -6826353 or 9426583. OLE color: 9426583.

HSL color Cylindrical-coordinate representation of color #97D68F: hue angle of 113.24º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97D68F is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB151214143-
CMYK0.2900.330.16
HSL113.24º46.41%70%-
HSV(B)113.24º33.18%83.92%-
XYZ41.7756.6634.72-
YUV187.07103.13102.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.72%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=29.72%
G=42.13%
B=28.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512141430.2900.330.16113.2446.4170
Hex97D68F1D02110712e46
Octal227326217350412016156106
Binary1001011111010110100011111110101000011000011100011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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