#97D28F

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

Shades of Granny Smith Apple #97D28F

Tints of Granny Smith Apple #97D28F

Color information

#97D28F (or 0x97D28F) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D2 and 8F. RGB value is (151,210,143). Sum of RGB (Red+Green+Blue) = 151+210+143=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #97D28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D28F is #682D70. Grayscale: #B8B8B8. Windows color (decimal): -6827377 or 9425559. OLE color: 9425559.

HSL color Cylindrical-coordinate representation of color #97D28F: hue angle of 112.84º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97D28F is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB151210143-
CMYK0.2800.320.18
HSL112.84º42.68%69.22%-
HSV(B)112.84º31.9%82.35%-
XYZ40.7754.6634.39-
YUV184.72104.45103.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.96%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=29.96%
G=41.67%
B=28.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512101430.2800.320.18112.8442.6869.22
Hex97D28F1C02012712b45
Octal227322217340402216153105
Binary1001011111010010100011111110001000001001011100011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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