Shades of Yellow Green #97BF2C
Tints of Yellow Green #97BF2C
RGB
CMYK
RGB Variations
Color information
#97BF2C (or 0x97BF2C) is known color: Yellow Green. HEX triplet: 97, BF and 2C. RGB value is (151,191,44). Sum of RGB (Red+Green+Blue) = 151+191+44=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BF2C is #6840D3. Grayscale: #A2A2A2. Windows color (decimal): -6832340 or 2932631. OLE color: 2932631.
HSL color Cylindrical-coordinate representation of color #97BF2C: hue angle of 76.33º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97BF2C is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 191 | 44 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.25 |
| HSL | 76.33º | 0.63% | 0.46% | - |
| HSV(B) | 76.33º | 0.77% | 0.75% | - |
| XYZ | 31.85 | 44.02 | 9.2 | - |
| YUV | 162.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 191 | 44 | 0.21 | 0 | 0.77 | 0.25 | 76.33 | 0.63 | 0.46 |
| Hex | 97 | BF | 2C | 15 | 0 | 4D | 19 | 4C | 3F | 2E |
| Octal | 227 | 277 | 54 | 25 | 0 | 115 | 31 | 114 | 77 | 56 |
| Binary | 10010111 | 10111111 | 101100 | 10101 | 0 | 1001101 | 11001 | 1001100 | 111111 | 101110 |
Color Harmonies of #97BF2C
Complementary color
Monochromatic Colors of #97BF2C
Black with #97BF2C
Text Example
Text Example
White with #97BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BF2C; }
p { color: rgb(151,191,44); }
H1.HeaderClassName
{
color: #97BF2C;
}
.AnyTagClassName
{
color: #97BF2C;
}
</style>
background-color css
<style>
a { background-color: #97BF2C; }
a { background-color: rgb(151,191,44); }
div.DivClassName
{
background-color: #97BF2C;
}
.BgClassName
{
background-color: #97BF2C;
}
</style>
border-color css
<style>
span { border-color: #97BF2C; }
span { border-color: rgb(151,191,44); }
td.TdClassName
{
border-color: #97BF2C;
}
.TagClassName
{
border-color: #97BF2C;
}
</style>