#97E085

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

Shades of Granny Smith Apple #97E085

Tints of Granny Smith Apple #97E085

Color information

#97E085 (or 0x97E085) is unknown color: approx Granny Smith Apple. HEX triplet: 97, E0 and 85. RGB value is (151,224,133). Sum of RGB (Red+Green+Blue) = 151+224+133=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #97E085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E085 is #681F7A. Grayscale: #C0C0C0. Windows color (decimal): -6823803 or 8773783. OLE color: 8773783.

HSL color Cylindrical-coordinate representation of color #97E085: hue angle of 108.13º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97E085 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB151224133-
CMYK0.3300.410.12
HSL108.13º59.48%70%-
HSV(B)108.13º40.62%87.84%-
XYZ43.6561.5831.78-
YUV191.894.8298.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.72%
GREEN value IS 224 (87.89% from 255) = 44.09%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=29.72%
G=44.09%
B=26.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512241330.3300.410.12108.1359.4870
Hex97E08521029C6c3b46
Octal227340205410511415473106
Binary1001011111100000100001011000010101001110011011001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,224,133); }

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

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

 a { background-color: rgb(151,224,133); }

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

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

 span { border-color: rgb(151,224,133); }

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