Shades of Yellow Green #97C030
Tints of Yellow Green #97C030
RGB
CMYK
RGB Variations
Color information
#97C030 (or 0x97C030) is known color: Yellow Green. HEX triplet: 97, C0 and 30. RGB value is (151,192,48). Sum of RGB (Red+Green+Blue) = 151+192+48=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #97C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C030 is #683FCF. Grayscale: #A3A3A3. Windows color (decimal): -6832080 or 3195031. OLE color: 3195031.
HSL color Cylindrical-coordinate representation of color #97C030: hue angle of 77.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97C030 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 48 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.25 |
| HSL | 77.08º | 0.6% | 0.47% | - |
| HSV(B) | 77.08º | 0.75% | 0.75% | - |
| XYZ | 32.15 | 44.49 | 9.69 | - |
| YUV | 163.33 | 62.92 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 48 | 0.21 | 0 | 0.75 | 0.25 | 77.08 | 0.6 | 0.47 |
| Hex | 97 | C0 | 30 | 15 | 0 | 4B | 19 | 4D | 3C | 2F |
| Octal | 227 | 300 | 60 | 25 | 0 | 113 | 31 | 115 | 74 | 57 |
| Binary | 10010111 | 11000000 | 110000 | 10101 | 0 | 1001011 | 11001 | 1001101 | 111100 | 101111 |
Color Harmonies of #97C030
Complementary color
Monochromatic Colors of #97C030
Black with #97C030
Text Example
Text Example
White with #97C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C030; }
p { color: rgb(151,192,48); }
H1.HeaderClassName
{
color: #97C030;
}
.AnyTagClassName
{
color: #97C030;
}
</style>
background-color css
<style>
a { background-color: #97C030; }
a { background-color: rgb(151,192,48); }
div.DivClassName
{
background-color: #97C030;
}
.BgClassName
{
background-color: #97C030;
}
</style>
border-color css
<style>
span { border-color: #97C030; }
span { border-color: rgb(151,192,48); }
td.TdClassName
{
border-color: #97C030;
}
.TagClassName
{
border-color: #97C030;
}
</style>