Shades of Yellow Green #97E020
Tints of Yellow Green #97E020
RGB
CMYK
RGB Variations
Color information
#97E020 (or 0x97E020) is known color: Yellow Green. HEX triplet: 97, E0 and 20. RGB value is (151,224,32). Sum of RGB (Red+Green+Blue) = 151+224+32=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #97E020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97E020 is #681FDF. Grayscale: #B4B4B4. Windows color (decimal): -6823904 or 2154647. OLE color: 2154647.
HSL color Cylindrical-coordinate representation of color #97E020: hue angle of 82.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97E020 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 224 | 32 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.12 |
| HSL | 82.81º | 0.76% | 0.5% | - |
| HSV(B) | 82.81º | 0.86% | 0.88% | - |
| XYZ | 39.68 | 59.99 | 10.86 | - |
| YUV | 180.29 | 44.32 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 224 | 32 | 0.33 | 0 | 0.86 | 0.12 | 82.81 | 0.76 | 0.5 |
| Hex | 97 | E0 | 20 | 21 | 0 | 56 | C | 53 | 4C | 32 |
| Octal | 227 | 340 | 40 | 41 | 0 | 126 | 14 | 123 | 114 | 62 |
| Binary | 10010111 | 11100000 | 100000 | 100001 | 0 | 1010110 | 1100 | 1010011 | 1001100 | 110010 |
Color Harmonies of #97E020
Complementary color
Monochromatic Colors of #97E020
Black with #97E020
Text Example
Text Example
White with #97E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E020; }
p { color: rgb(151,224,32); }
H1.HeaderClassName
{
color: #97E020;
}
.AnyTagClassName
{
color: #97E020;
}
</style>
background-color css
<style>
a { background-color: #97E020; }
a { background-color: rgb(151,224,32); }
div.DivClassName
{
background-color: #97E020;
}
.BgClassName
{
background-color: #97E020;
}
</style>
border-color css
<style>
span { border-color: #97E020; }
span { border-color: rgb(151,224,32); }
td.TdClassName
{
border-color: #97E020;
}
.TagClassName
{
border-color: #97E020;
}
</style>