Html Css Color HEX #97E18F Granny Smith Apple
📋 copy color: '#97E18F'red 151 ◦ green 225 ◦ blue 143
Shades of Granny Smith Apple #97E18F
Tints of Granny Smith Apple #97E18F
RGB
CMYK
RGB Variations
Color information
#97E18F (or 0x97E18F) is known color: Granny Smith Apple. HEX triplet: 97, E1 and 8F. RGB value is (151,225,143). Sum of RGB (Red+Green+Blue) = 151+225+143=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #97E18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E18F is #681E70. Grayscale: #C1C1C1. Windows color (decimal): -6823537 or 9429399. OLE color: 9429399.
HSL color Cylindrical-coordinate representation of color #97E18F: hue angle of 114.15º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97E18F is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 225 | 143 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.12 |
| HSL | 114.15º | 0.58% | 0.72% | - |
| HSV(B) | 114.15º | 0.36% | 0.88% | - |
| XYZ | 44.65 | 62.41 | 35.68 | - |
| YUV | 193.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 143 | 0.33 | 0 | 0.36 | 0.12 | 114.15 | 0.58 | 0.72 |
| Hex | 97 | E1 | 8F | 21 | 0 | 24 | C | 72 | 3A | 48 |
| Octal | 227 | 341 | 217 | 41 | 0 | 44 | 14 | 162 | 72 | 110 |
| Binary | 10010111 | 11100001 | 10001111 | 100001 | 0 | 100100 | 1100 | 1110010 | 111010 | 1001000 |
Color Harmonies of #97E18F
Complementary color
Monochromatic Colors of #97E18F
Black with #97E18F
Text Example
Text Example
White with #97E18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E18F; }
p { color: rgb(151,225,143); }
H1.HeaderClassName
{
color: #97E18F;
}
.AnyTagClassName
{
color: #97E18F;
}
</style>
background-color css
<style>
a { background-color: #97E18F; }
a { background-color: rgb(151,225,143); }
div.DivClassName
{
background-color: #97E18F;
}
.BgClassName
{
background-color: #97E18F;
}
</style>
border-color css
<style>
span { border-color: #97E18F; }
span { border-color: rgb(151,225,143); }
td.TdClassName
{
border-color: #97E18F;
}
.TagClassName
{
border-color: #97E18F;
}
</style>