Shades of Yellow Green #97C533
Tints of Yellow Green #97C533
RGB
CMYK
RGB Variations
Color information
#97C533 (or 0x97C533) is known color: Yellow Green. HEX triplet: 97, C5 and 33. RGB value is (151,197,51). Sum of RGB (Red+Green+Blue) = 151+197+51=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #97C533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C533 is #683ACC. Grayscale: #A7A7A7. Windows color (decimal): -6830797 or 3392919. OLE color: 3392919.
HSL color Cylindrical-coordinate representation of color #97C533: hue angle of 78.9º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97C533 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 51 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.23 |
| HSL | 78.9º | 0.59% | 0.49% | - |
| HSV(B) | 78.9º | 0.74% | 0.77% | - |
| XYZ | 33.33 | 46.75 | 10.4 | - |
| YUV | 166.6 | 62.76 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 51 | 0.23 | 0 | 0.74 | 0.23 | 78.9 | 0.59 | 0.49 |
| Hex | 97 | C5 | 33 | 17 | 0 | 4A | 17 | 4F | 3B | 31 |
| Octal | 227 | 305 | 63 | 27 | 0 | 112 | 27 | 117 | 73 | 61 |
| Binary | 10010111 | 11000101 | 110011 | 10111 | 0 | 1001010 | 10111 | 1001111 | 111011 | 110001 |
Color Harmonies of #97C533
Complementary color
Monochromatic Colors of #97C533
Black with #97C533
Text Example
Text Example
White with #97C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C533; }
p { color: rgb(151,197,51); }
H1.HeaderClassName
{
color: #97C533;
}
.AnyTagClassName
{
color: #97C533;
}
</style>
background-color css
<style>
a { background-color: #97C533; }
a { background-color: rgb(151,197,51); }
div.DivClassName
{
background-color: #97C533;
}
.BgClassName
{
background-color: #97C533;
}
</style>
border-color css
<style>
span { border-color: #97C533; }
span { border-color: rgb(151,197,51); }
td.TdClassName
{
border-color: #97C533;
}
.TagClassName
{
border-color: #97C533;
}
</style>