#97EB82

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

Shades of Granny Smith Apple #97EB82

Tints of Granny Smith Apple #97EB82

Color information

#97EB82 (or 0x97EB82) is unknown color: approx Granny Smith Apple. HEX triplet: 97, EB and 82. RGB value is (151,235,130). Sum of RGB (Red+Green+Blue) = 151+235+130=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #97EB82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EB82 is #68147D. Grayscale: #C6C6C6. Windows color (decimal): -6820990 or 8579991. OLE color: 8579991.

HSL color Cylindrical-coordinate representation of color #97EB82: hue angle of 108º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97EB82 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB151235130-
CMYK0.3600.450.08
HSL108º72.41%71.57%-
HSV(B)108º44.68%92.16%-
XYZ46.567.6131.72-
YUV197.9189.6794.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 235 (92.19% from 255) = 45.54%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=29.26%
G=45.54%
B=25.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512351300.3600.450.0810872.4171.57
Hex97EB822402D86c4848
Octal2273532024405510154110110
Binary10010111111010111000001010010001011011000110110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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