Html Css Color HEX #97E38E Granny Smith Apple
📋 copy color: '#97E38E'red 151 ◦ green 227 ◦ blue 142
Shades of Granny Smith Apple #97E38E
Tints of Granny Smith Apple #97E38E
RGB
CMYK
RGB Variations
Color information
#97E38E (or 0x97E38E) is known color: Granny Smith Apple. HEX triplet: 97, E3 and 8E. RGB value is (151,227,142). Sum of RGB (Red+Green+Blue) = 151+227+142=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #97E38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E38E is #681C71. Grayscale: #C2C2C2. Windows color (decimal): -6823026 or 9364375. OLE color: 9364375.
HSL color Cylindrical-coordinate representation of color #97E38E: hue angle of 113.65º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97E38E is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 227 | 142 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.11 |
| HSL | 113.65º | 0.6% | 0.72% | - |
| HSV(B) | 113.65º | 0.37% | 0.89% | - |
| XYZ | 45.11 | 63.47 | 35.46 | - |
| YUV | 194.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 227 | 142 | 0.33 | 0 | 0.37 | 0.11 | 113.65 | 0.6 | 0.72 |
| Hex | 97 | E3 | 8E | 21 | 0 | 25 | B | 72 | 3C | 48 |
| Octal | 227 | 343 | 216 | 41 | 0 | 45 | 13 | 162 | 74 | 110 |
| Binary | 10010111 | 11100011 | 10001110 | 100001 | 0 | 100101 | 1011 | 1110010 | 111100 | 1001000 |
Color Harmonies of #97E38E
Complementary color
Monochromatic Colors of #97E38E
Black with #97E38E
Text Example
Text Example
White with #97E38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E38E; }
p { color: rgb(151,227,142); }
H1.HeaderClassName
{
color: #97E38E;
}
.AnyTagClassName
{
color: #97E38E;
}
</style>
background-color css
<style>
a { background-color: #97E38E; }
a { background-color: rgb(151,227,142); }
div.DivClassName
{
background-color: #97E38E;
}
.BgClassName
{
background-color: #97E38E;
}
</style>
border-color css
<style>
span { border-color: #97E38E; }
span { border-color: rgb(151,227,142); }
td.TdClassName
{
border-color: #97E38E;
}
.TagClassName
{
border-color: #97E38E;
}
</style>