#97E982

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

Shades of Granny Smith Apple #97E982

Tints of Granny Smith Apple #97E982

Color information

#97E982 (or 0x97E982) is unknown color: approx Granny Smith Apple. HEX triplet: 97, E9 and 82. RGB value is (151,233,130). Sum of RGB (Red+Green+Blue) = 151+233+130=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #97E982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97E982 is #68167D. Grayscale: #C5C5C5. Windows color (decimal): -6821502 or 8579479. OLE color: 8579479.

HSL color Cylindrical-coordinate representation of color #97E982: hue angle of 107.77º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97E982 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB151233130-
CMYK0.3500.440.09
HSL107.77º70.07%71.18%-
HSV(B)107.77º44.21%91.37%-
XYZ45.9366.4731.53-
YUV196.7490.3395.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.38%
GREEN value IS 233 (91.41% from 255) = 45.33%
BLUE value IS 130 (51.17% from 255) = 25.29%
R=29.38%
G=45.33%
B=25.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512331300.3500.440.09107.7770.0771.18
Hex97E9822302C96c4647
Octal2273512024305411154106107
Binary10010111111010011000001010001101011001001110110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,233,130); }

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

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

 a { background-color: rgb(151,233,130); }

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

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

 span { border-color: rgb(151,233,130); }

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