Html Css Color HEX #97D58E Granny Smith Apple
📋 copy color: '#97D58E'red 151 ◦ green 213 ◦ blue 142
Shades of Granny Smith Apple #97D58E
Tints of Granny Smith Apple #97D58E
RGB
CMYK
RGB Variations
Color information
#97D58E (or 0x97D58E) is known color: Granny Smith Apple. HEX triplet: 97, D5 and 8E. RGB value is (151,213,142). Sum of RGB (Red+Green+Blue) = 151+213+142=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #97D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D58E is #682A71. Grayscale: #BABABA. Windows color (decimal): -6826610 or 9360791. OLE color: 9360791.
HSL color Cylindrical-coordinate representation of color #97D58E: hue angle of 112.39º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97D58E is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 213 | 142 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.16 |
| HSL | 112.39º | 0.46% | 0.7% | - |
| HSV(B) | 112.39º | 0.33% | 0.84% | - |
| XYZ | 41.44 | 56.12 | 34.24 | - |
| YUV | 186.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 213 | 142 | 0.29 | 0 | 0.33 | 0.16 | 112.39 | 0.46 | 0.7 |
| Hex | 97 | D5 | 8E | 1D | 0 | 21 | 10 | 70 | 2E | 46 |
| Octal | 227 | 325 | 216 | 35 | 0 | 41 | 20 | 160 | 56 | 106 |
| Binary | 10010111 | 11010101 | 10001110 | 11101 | 0 | 100001 | 10000 | 1110000 | 101110 | 1000110 |
Color Harmonies of #97D58E
Complementary color
Monochromatic Colors of #97D58E
Black with #97D58E
Text Example
Text Example
White with #97D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D58E; }
p { color: rgb(151,213,142); }
H1.HeaderClassName
{
color: #97D58E;
}
.AnyTagClassName
{
color: #97D58E;
}
</style>
background-color css
<style>
a { background-color: #97D58E; }
a { background-color: rgb(151,213,142); }
div.DivClassName
{
background-color: #97D58E;
}
.BgClassName
{
background-color: #97D58E;
}
</style>
border-color css
<style>
span { border-color: #97D58E; }
span { border-color: rgb(151,213,142); }
td.TdClassName
{
border-color: #97D58E;
}
.TagClassName
{
border-color: #97D58E;
}
</style>