Shades of Yellow Green #97D920
Tints of Yellow Green #97D920
RGB
CMYK
RGB Variations
Color information
#97D920 (or 0x97D920) is known color: Yellow Green. HEX triplet: 97, D9 and 20. RGB value is (151,217,32). Sum of RGB (Red+Green+Blue) = 151+217+32=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #97D920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D920 is #6826DF. Grayscale: #B0B0B0. Windows color (decimal): -6825696 or 2152855. OLE color: 2152855.
HSL color Cylindrical-coordinate representation of color #97D920: hue angle of 81.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97D920 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 217 | 32 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.15 |
| HSL | 81.41º | 0.74% | 0.49% | - |
| HSV(B) | 81.41º | 0.85% | 0.85% | - |
| XYZ | 37.84 | 56.31 | 10.24 | - |
| YUV | 176.18 | 46.63 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 217 | 32 | 0.30 | 0 | 0.85 | 0.15 | 81.41 | 0.74 | 0.49 |
| Hex | 97 | D9 | 20 | 1E | 0 | 55 | F | 51 | 4A | 31 |
| Octal | 227 | 331 | 40 | 36 | 0 | 125 | 17 | 121 | 112 | 61 |
| Binary | 10010111 | 11011001 | 100000 | 11110 | 0 | 1010101 | 1111 | 1010001 | 1001010 | 110001 |
Color Harmonies of #97D920
Complementary color
Monochromatic Colors of #97D920
Black with #97D920
Text Example
Text Example
White with #97D920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D920; }
p { color: rgb(151,217,32); }
H1.HeaderClassName
{
color: #97D920;
}
.AnyTagClassName
{
color: #97D920;
}
</style>
background-color css
<style>
a { background-color: #97D920; }
a { background-color: rgb(151,217,32); }
div.DivClassName
{
background-color: #97D920;
}
.BgClassName
{
background-color: #97D920;
}
</style>
border-color css
<style>
span { border-color: #97D920; }
span { border-color: rgb(151,217,32); }
td.TdClassName
{
border-color: #97D920;
}
.TagClassName
{
border-color: #97D920;
}
</style>