Shades of Yellow Green #97CE32
Tints of Yellow Green #97CE32
RGB
CMYK
RGB Variations
Color information
#97CE32 (or 0x97CE32) is known color: Yellow Green. HEX triplet: 97, CE and 32. RGB value is (151,206,50). Sum of RGB (Red+Green+Blue) = 151+206+50=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CE32 is #6831CD. Grayscale: #ACACAC. Windows color (decimal): -6828494 or 3329687. OLE color: 3329687.
HSL color Cylindrical-coordinate representation of color #97CE32: hue angle of 81.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97CE32 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 50 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.19 |
| HSL | 81.15º | 0.61% | 0.5% | - |
| HSV(B) | 81.15º | 0.76% | 0.81% | - |
| XYZ | 35.41 | 50.95 | 10.99 | - |
| YUV | 171.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 50 | 0.27 | 0 | 0.76 | 0.19 | 81.15 | 0.61 | 0.5 |
| Hex | 97 | CE | 32 | 1B | 0 | 4C | 13 | 51 | 3D | 32 |
| Octal | 227 | 316 | 62 | 33 | 0 | 114 | 23 | 121 | 75 | 62 |
| Binary | 10010111 | 11001110 | 110010 | 11011 | 0 | 1001100 | 10011 | 1010001 | 111101 | 110010 |
Color Harmonies of #97CE32
Complementary color
Monochromatic Colors of #97CE32
Black with #97CE32
Text Example
Text Example
White with #97CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE32; }
p { color: rgb(151,206,50); }
H1.HeaderClassName
{
color: #97CE32;
}
.AnyTagClassName
{
color: #97CE32;
}
</style>
background-color css
<style>
a { background-color: #97CE32; }
a { background-color: rgb(151,206,50); }
div.DivClassName
{
background-color: #97CE32;
}
.BgClassName
{
background-color: #97CE32;
}
</style>
border-color css
<style>
span { border-color: #97CE32; }
span { border-color: rgb(151,206,50); }
td.TdClassName
{
border-color: #97CE32;
}
.TagClassName
{
border-color: #97CE32;
}
</style>