Shades of Yellow Green #97CA32
Tints of Yellow Green #97CA32
RGB
CMYK
RGB Variations
Color information
#97CA32 (or 0x97CA32) is known color: Yellow Green. HEX triplet: 97, CA and 32. RGB value is (151,202,50). Sum of RGB (Red+Green+Blue) = 151+202+50=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CA32 is #6835CD. Grayscale: #A9A9A9. Windows color (decimal): -6829518 or 3328663. OLE color: 3328663.
HSL color Cylindrical-coordinate representation of color #97CA32: hue angle of 80.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97CA32 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 202 | 50 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.21 |
| HSL | 80.13º | 0.6% | 0.49% | - |
| HSV(B) | 80.13º | 0.75% | 0.79% | - |
| XYZ | 34.46 | 49.05 | 10.67 | - |
| YUV | 169.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 50 | 0.25 | 0 | 0.75 | 0.21 | 80.13 | 0.6 | 0.49 |
| Hex | 97 | CA | 32 | 19 | 0 | 4B | 15 | 50 | 3C | 31 |
| Octal | 227 | 312 | 62 | 31 | 0 | 113 | 25 | 120 | 74 | 61 |
| Binary | 10010111 | 11001010 | 110010 | 11001 | 0 | 1001011 | 10101 | 1010000 | 111100 | 110001 |
Color Harmonies of #97CA32
Complementary color
Monochromatic Colors of #97CA32
Black with #97CA32
Text Example
Text Example
White with #97CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CA32; }
p { color: rgb(151,202,50); }
H1.HeaderClassName
{
color: #97CA32;
}
.AnyTagClassName
{
color: #97CA32;
}
</style>
background-color css
<style>
a { background-color: #97CA32; }
a { background-color: rgb(151,202,50); }
div.DivClassName
{
background-color: #97CA32;
}
.BgClassName
{
background-color: #97CA32;
}
</style>
border-color css
<style>
span { border-color: #97CA32; }
span { border-color: rgb(151,202,50); }
td.TdClassName
{
border-color: #97CA32;
}
.TagClassName
{
border-color: #97CA32;
}
</style>