#97EE7D

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

Shades of Granny Smith Apple #97EE7D

Tints of Granny Smith Apple #97EE7D

Color information

#97EE7D (or 0x97EE7D) is unknown color: approx Granny Smith Apple. HEX triplet: 97, EE and 7D. RGB value is (151,238,125). Sum of RGB (Red+Green+Blue) = 151+238+125=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #97EE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EE7D is #681182. Grayscale: #C7C7C7. Windows color (decimal): -6820227 or 8253079. OLE color: 8253079.

HSL color Cylindrical-coordinate representation of color #97EE7D: hue angle of 106.19º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97EE7D is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB151238125-
CMYK0.3700.470.07
HSL106.19º76.87%71.18%-
HSV(B)106.19º47.48%93.33%-
XYZ47.0469.2130.28-
YUV199.186.1893.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.38%
GREEN value IS 238 (93.36% from 255) = 46.30%
BLUE value IS 125 (49.22% from 255) = 24.32%
R=29.38%
G=46.30%
B=24.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512381250.3700.470.07106.1976.8771.18
Hex97EE7D2502F76a4d47
Octal227356175450577152115107
Binary100101111110111011111011001010101111111110101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,238,125); }

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

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

 a { background-color: rgb(151,238,125); }

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

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

 span { border-color: rgb(151,238,125); }

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