#97d38e

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

Shades of Granny Smith Apple #97D38E

Tints of Granny Smith Apple #97D38E

Color information

#97D38E (or 0x97D38E) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D3 and 8E. RGB value is (151,211,142). Sum of RGB (Red+Green+Blue) = 151+211+142=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #97D38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D38E is #682C71. Grayscale: #B9B9B9. Windows color (decimal): -6827122 or 9360279. OLE color: 9360279.

HSL color Cylindrical-coordinate representation of color #97D38E: hue angle of 112.17º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97D38E is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB151211142-
CMYK0.2800.330.17
HSL112.17º43.95%69.22%-
HSV(B)112.17º32.7%82.75%-
XYZ40.9455.1234.07-
YUV185.19103.62103.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.96%
GREEN value IS 211 (82.81% from 255) = 41.87%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=29.96%
G=41.87%
B=28.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512111420.2800.330.17112.1743.9569.22
Hex97D38E1C02111702c45
Octal227323216340412116054105
Binary1001011111010011100011101110001000011000111100001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97d38e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,211,142); }

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

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

 a { background-color: rgb(151,211,142); }

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

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

 span { border-color: rgb(151,211,142); }

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