Shades of Yellow Green #97C02B
Tints of Yellow Green #97C02B
RGB
CMYK
RGB Variations
Color information
#97C02B (or 0x97C02B) is known color: Yellow Green. HEX triplet: 97, C0 and 2B. RGB value is (151,192,43). Sum of RGB (Red+Green+Blue) = 151+192+43=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #97C02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C02B is #683FD4. Grayscale: #A3A3A3. Windows color (decimal): -6832085 or 2867351. OLE color: 2867351.
HSL color Cylindrical-coordinate representation of color #97C02B: hue angle of 76.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97C02B is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 43 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.25 |
| HSL | 76.51º | 0.63% | 0.46% | - |
| HSV(B) | 76.51º | 0.78% | 0.75% | - |
| XYZ | 32.05 | 44.45 | 9.18 | - |
| YUV | 162.76 | 60.42 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 43 | 0.21 | 0 | 0.78 | 0.25 | 76.51 | 0.63 | 0.46 |
| Hex | 97 | C0 | 2B | 15 | 0 | 4E | 19 | 4D | 3F | 2E |
| Octal | 227 | 300 | 53 | 25 | 0 | 116 | 31 | 115 | 77 | 56 |
| Binary | 10010111 | 11000000 | 101011 | 10101 | 0 | 1001110 | 11001 | 1001101 | 111111 | 101110 |
Color Harmonies of #97C02B
Complementary color
Monochromatic Colors of #97C02B
Black with #97C02B
Text Example
Text Example
White with #97C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C02B; }
p { color: rgb(151,192,43); }
H1.HeaderClassName
{
color: #97C02B;
}
.AnyTagClassName
{
color: #97C02B;
}
</style>
background-color css
<style>
a { background-color: #97C02B; }
a { background-color: rgb(151,192,43); }
div.DivClassName
{
background-color: #97C02B;
}
.BgClassName
{
background-color: #97C02B;
}
</style>
border-color css
<style>
span { border-color: #97C02B; }
span { border-color: rgb(151,192,43); }
td.TdClassName
{
border-color: #97C02B;
}
.TagClassName
{
border-color: #97C02B;
}
</style>