#97D495

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

Shades of Granny Smith Apple #97D495

Tints of Granny Smith Apple #97D495

Color information

#97D495 (or 0x97D495) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D4 and 95. RGB value is (151,212,149). Sum of RGB (Red+Green+Blue) = 151+212+149=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #97D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D495 is #682B6A. Grayscale: #BABABA. Windows color (decimal): -6826859 or 9819287. OLE color: 9819287.

HSL color Cylindrical-coordinate representation of color #97D495: hue angle of 118.1º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D495 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB151212149-
CMYK0.2900.300.17
HSL118.1º42.28%70.78%-
HSV(B)118.1º29.72%83.14%-
XYZ41.7355.8437.01-
YUV186.58106.79102.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.49%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=29.49%
G=41.41%
B=29.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512121490.2900.300.17118.142.2870.78
Hex97D4951D01E11762a47
Octal227324225350362116652107
Binary100101111101010010010101111010111101000111101101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,212,149); }

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

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

 a { background-color: rgb(151,212,149); }

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

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

 span { border-color: rgb(151,212,149); }

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