Html Css Color HEX #97DE98 Granny Smith Apple
📋 copy color: '#97DE98'red 151 ◦ green 222 ◦ blue 152
Shades of Granny Smith Apple #97DE98
Tints of Granny Smith Apple #97DE98
RGB
CMYK
RGB Variations
Color information
#97DE98 (or 0x97DE98) is known color: Granny Smith Apple. HEX triplet: 97, DE and 98. RGB value is (151,222,152). Sum of RGB (Red+Green+Blue) = 151+222+152=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DE98 is #682167. Grayscale: #C0C0C0. Windows color (decimal): -6824296 or 10018455. OLE color: 10018455.
HSL color Cylindrical-coordinate representation of color #97DE98: hue angle of 120.85º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DE98 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 222 | 152 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.13 |
| HSL | 120.85º | 0.52% | 0.73% | - |
| HSV(B) | 120.85º | 0.32% | 0.87% | - |
| XYZ | 44.55 | 61.09 | 39.15 | - |
| YUV | 192.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 222 | 152 | 0.32 | 0 | 0.32 | 0.13 | 120.85 | 0.52 | 0.73 |
| Hex | 97 | DE | 98 | 20 | 0 | 20 | D | 79 | 34 | 49 |
| Octal | 227 | 336 | 230 | 40 | 0 | 40 | 15 | 171 | 64 | 111 |
| Binary | 10010111 | 11011110 | 10011000 | 100000 | 0 | 100000 | 1101 | 1111001 | 110100 | 1001001 |
Color Harmonies of #97DE98
Complementary color
Monochromatic Colors of #97DE98
Black with #97DE98
Text Example
Text Example
White with #97DE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DE98; }
p { color: rgb(151,222,152); }
H1.HeaderClassName
{
color: #97DE98;
}
.AnyTagClassName
{
color: #97DE98;
}
</style>
background-color css
<style>
a { background-color: #97DE98; }
a { background-color: rgb(151,222,152); }
div.DivClassName
{
background-color: #97DE98;
}
.BgClassName
{
background-color: #97DE98;
}
</style>
border-color css
<style>
span { border-color: #97DE98; }
span { border-color: rgb(151,222,152); }
td.TdClassName
{
border-color: #97DE98;
}
.TagClassName
{
border-color: #97DE98;
}
</style>