Shades of Yellow Green #97BA30
Tints of Yellow Green #97BA30
RGB
CMYK
RGB Variations
Color information
#97BA30 (or 0x97BA30) is known color: Yellow Green. HEX triplet: 97, BA and 30. RGB value is (151,186,48). Sum of RGB (Red+Green+Blue) = 151+186+48=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA30 is #6845CF. Grayscale: #A0A0A0. Windows color (decimal): -6833616 or 3193495. OLE color: 3193495.
HSL color Cylindrical-coordinate representation of color #97BA30: hue angle of 75.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97BA30 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 48 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.27 |
| HSL | 75.22º | 0.59% | 0.46% | - |
| HSV(B) | 75.22º | 0.74% | 0.73% | - |
| XYZ | 30.85 | 41.91 | 9.26 | - |
| YUV | 159.8 | 64.9 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 48 | 0.19 | 0 | 0.74 | 0.27 | 75.22 | 0.59 | 0.46 |
| Hex | 97 | BA | 30 | 13 | 0 | 4A | 1B | 4B | 3B | 2E |
| Octal | 227 | 272 | 60 | 23 | 0 | 112 | 33 | 113 | 73 | 56 |
| Binary | 10010111 | 10111010 | 110000 | 10011 | 0 | 1001010 | 11011 | 1001011 | 111011 | 101110 |
Color Harmonies of #97BA30
Complementary color
Monochromatic Colors of #97BA30
Black with #97BA30
Text Example
Text Example
White with #97BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA30; }
p { color: rgb(151,186,48); }
H1.HeaderClassName
{
color: #97BA30;
}
.AnyTagClassName
{
color: #97BA30;
}
</style>
background-color css
<style>
a { background-color: #97BA30; }
a { background-color: rgb(151,186,48); }
div.DivClassName
{
background-color: #97BA30;
}
.BgClassName
{
background-color: #97BA30;
}
</style>
border-color css
<style>
span { border-color: #97BA30; }
span { border-color: rgb(151,186,48); }
td.TdClassName
{
border-color: #97BA30;
}
.TagClassName
{
border-color: #97BA30;
}
</style>