Shades of Yellow Green #97C032
Tints of Yellow Green #97C032
RGB
CMYK
RGB Variations
Color information
#97C032 (or 0x97C032) is known color: Yellow Green. HEX triplet: 97, C0 and 32. RGB value is (151,192,50). Sum of RGB (Red+Green+Blue) = 151+192+50=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #97C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C032 is #683FCD. Grayscale: #A4A4A4. Windows color (decimal): -6832078 or 3326103. OLE color: 3326103.
HSL color Cylindrical-coordinate representation of color #97C032: hue angle of 77.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97C032 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 50 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.25 |
| HSL | 77.32º | 0.59% | 0.47% | - |
| HSV(B) | 77.32º | 0.74% | 0.75% | - |
| XYZ | 32.19 | 44.51 | 9.91 | - |
| YUV | 163.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 50 | 0.21 | 0 | 0.74 | 0.25 | 77.32 | 0.59 | 0.47 |
| Hex | 97 | C0 | 32 | 15 | 0 | 4A | 19 | 4D | 3B | 2F |
| Octal | 227 | 300 | 62 | 25 | 0 | 112 | 31 | 115 | 73 | 57 |
| Binary | 10010111 | 11000000 | 110010 | 10101 | 0 | 1001010 | 11001 | 1001101 | 111011 | 101111 |
Color Harmonies of #97C032
Complementary color
Monochromatic Colors of #97C032
Black with #97C032
Text Example
Text Example
White with #97C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C032; }
p { color: rgb(151,192,50); }
H1.HeaderClassName
{
color: #97C032;
}
.AnyTagClassName
{
color: #97C032;
}
</style>
background-color css
<style>
a { background-color: #97C032; }
a { background-color: rgb(151,192,50); }
div.DivClassName
{
background-color: #97C032;
}
.BgClassName
{
background-color: #97C032;
}
</style>
border-color css
<style>
span { border-color: #97C032; }
span { border-color: rgb(151,192,50); }
td.TdClassName
{
border-color: #97C032;
}
.TagClassName
{
border-color: #97C032;
}
</style>