#97E495

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

Shades of Granny Smith Apple #97E495

Tints of Granny Smith Apple #97E495

Color information

#97E495 (or 0x97E495) is unknown color: approx Granny Smith Apple. HEX triplet: 97, E4 and 95. RGB value is (151,228,149). Sum of RGB (Red+Green+Blue) = 151+228+149=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #97E495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E495 is #681B6A. Grayscale: #C4C4C4. Windows color (decimal): -6822763 or 9823383. OLE color: 9823383.

HSL color Cylindrical-coordinate representation of color #97E495: hue angle of 118.48º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97E495 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB151228149-
CMYK0.3400.350.11
HSL118.48º59.4%73.92%-
HSV(B)118.48º34.65%89.41%-
XYZ45.9364.2438.41-
YUV195.97101.4995.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.60%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=28.60%
G=43.18%
B=28.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1512281490.3400.350.11118.4859.473.92
Hex97E49522023B763b4a
Octal227344225420431316673112
Binary1001011111100100100101011000100100011101111101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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