Html Css Color HEX #97E395 Granny Smith Apple
📋 copy color: '#97E395'red 151 ◦ green 227 ◦ blue 149
Shades of Granny Smith Apple #97E395
Tints of Granny Smith Apple #97E395
RGB
CMYK
RGB Variations
Color information
#97E395 (or 0x97E395) is known color: Granny Smith Apple. HEX triplet: 97, E3 and 95. RGB value is (151,227,149). Sum of RGB (Red+Green+Blue) = 151+227+149=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #97E395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E395 is #681C6A. Grayscale: #C3C3C3. Windows color (decimal): -6823019 or 9823127. OLE color: 9823127.
HSL color Cylindrical-coordinate representation of color #97E395: hue angle of 118.46º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E395 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 227 | 149 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.11 |
| HSL | 118.46º | 0.58% | 0.74% | - |
| HSV(B) | 118.46º | 0.34% | 0.89% | - |
| XYZ | 45.66 | 63.69 | 38.32 | - |
| YUV | 195.38 | 101.82 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 227 | 149 | 0.33 | 0 | 0.34 | 0.11 | 118.46 | 0.58 | 0.74 |
| Hex | 97 | E3 | 95 | 21 | 0 | 22 | B | 76 | 3A | 4A |
| Octal | 227 | 343 | 225 | 41 | 0 | 42 | 13 | 166 | 72 | 112 |
| Binary | 10010111 | 11100011 | 10010101 | 100001 | 0 | 100010 | 1011 | 1110110 | 111010 | 1001010 |
Color Harmonies of #97E395
Complementary color
Monochromatic Colors of #97E395
Black with #97E395
Text Example
Text Example
White with #97E395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E395; }
p { color: rgb(151,227,149); }
H1.HeaderClassName
{
color: #97E395;
}
.AnyTagClassName
{
color: #97E395;
}
</style>
background-color css
<style>
a { background-color: #97E395; }
a { background-color: rgb(151,227,149); }
div.DivClassName
{
background-color: #97E395;
}
.BgClassName
{
background-color: #97E395;
}
</style>
border-color css
<style>
span { border-color: #97E395; }
span { border-color: rgb(151,227,149); }
td.TdClassName
{
border-color: #97E395;
}
.TagClassName
{
border-color: #97E395;
}
</style>