Html Css Color HEX #97DF90 Granny Smith Apple
📋 copy color: '#97DF90'red 151 ◦ green 223 ◦ blue 144
Shades of Granny Smith Apple #97DF90
Tints of Granny Smith Apple #97DF90
RGB
CMYK
RGB Variations
Color information
#97DF90 (or 0x97DF90) is known color: Granny Smith Apple. HEX triplet: 97, DF and 90. RGB value is (151,223,144). Sum of RGB (Red+Green+Blue) = 151+223+144=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DF90 is #68206F. Grayscale: #C0C0C0. Windows color (decimal): -6824048 or 9494423. OLE color: 9494423.
HSL color Cylindrical-coordinate representation of color #97DF90: hue angle of 114.68º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97DF90 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 144 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.13 |
| HSL | 114.68º | 0.55% | 0.72% | - |
| HSV(B) | 114.68º | 0.35% | 0.87% | - |
| XYZ | 44.18 | 61.37 | 35.9 | - |
| YUV | 192.47 | 100.65 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 144 | 0.32 | 0 | 0.35 | 0.13 | 114.68 | 0.55 | 0.72 |
| Hex | 97 | DF | 90 | 20 | 0 | 23 | D | 73 | 37 | 48 |
| Octal | 227 | 337 | 220 | 40 | 0 | 43 | 15 | 163 | 67 | 110 |
| Binary | 10010111 | 11011111 | 10010000 | 100000 | 0 | 100011 | 1101 | 1110011 | 110111 | 1001000 |
Color Harmonies of #97DF90
Complementary color
Monochromatic Colors of #97DF90
Black with #97DF90
Text Example
Text Example
White with #97DF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DF90; }
p { color: rgb(151,223,144); }
H1.HeaderClassName
{
color: #97DF90;
}
.AnyTagClassName
{
color: #97DF90;
}
</style>
background-color css
<style>
a { background-color: #97DF90; }
a { background-color: rgb(151,223,144); }
div.DivClassName
{
background-color: #97DF90;
}
.BgClassName
{
background-color: #97DF90;
}
</style>
border-color css
<style>
span { border-color: #97DF90; }
span { border-color: rgb(151,223,144); }
td.TdClassName
{
border-color: #97DF90;
}
.TagClassName
{
border-color: #97DF90;
}
</style>