Shades of Yellow Green #97BC2D
Tints of Yellow Green #97BC2D
RGB
CMYK
RGB Variations
Color information
#97BC2D (or 0x97BC2D) is known color: Yellow Green. HEX triplet: 97, BC and 2D. RGB value is (151,188,45). Sum of RGB (Red+Green+Blue) = 151+188+45=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BC2D is #6843D2. Grayscale: #A1A1A1. Windows color (decimal): -6833107 or 2997399. OLE color: 2997399.
HSL color Cylindrical-coordinate representation of color #97BC2D: hue angle of 75.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97BC2D is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 188 | 45 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.26 |
| HSL | 75.52º | 0.61% | 0.46% | - |
| HSV(B) | 75.52º | 0.76% | 0.74% | - |
| XYZ | 31.22 | 42.74 | 9.09 | - |
| YUV | 160.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 188 | 45 | 0.20 | 0 | 0.76 | 0.26 | 75.52 | 0.61 | 0.46 |
| Hex | 97 | BC | 2D | 14 | 0 | 4C | 1A | 4C | 3D | 2E |
| Octal | 227 | 274 | 55 | 24 | 0 | 114 | 32 | 114 | 75 | 56 |
| Binary | 10010111 | 10111100 | 101101 | 10100 | 0 | 1001100 | 11010 | 1001100 | 111101 | 101110 |
Color Harmonies of #97BC2D
Complementary color
Monochromatic Colors of #97BC2D
Black with #97BC2D
Text Example
Text Example
White with #97BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BC2D; }
p { color: rgb(151,188,45); }
H1.HeaderClassName
{
color: #97BC2D;
}
.AnyTagClassName
{
color: #97BC2D;
}
</style>
background-color css
<style>
a { background-color: #97BC2D; }
a { background-color: rgb(151,188,45); }
div.DivClassName
{
background-color: #97BC2D;
}
.BgClassName
{
background-color: #97BC2D;
}
</style>
border-color css
<style>
span { border-color: #97BC2D; }
span { border-color: rgb(151,188,45); }
td.TdClassName
{
border-color: #97BC2D;
}
.TagClassName
{
border-color: #97BC2D;
}
</style>