Shades of Yellow Green #97BF2D
Tints of Yellow Green #97BF2D
RGB
CMYK
RGB Variations
Color information
#97BF2D (or 0x97BF2D) is known color: Yellow Green. HEX triplet: 97, BF and 2D. RGB value is (151,191,45). Sum of RGB (Red+Green+Blue) = 151+191+45=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BF2D is #6840D2. Grayscale: #A2A2A2. Windows color (decimal): -6832339 or 2998167. OLE color: 2998167.
HSL color Cylindrical-coordinate representation of color #97BF2D: hue angle of 76.44º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97BF2D is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 191 | 45 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.25 |
| HSL | 76.44º | 0.62% | 0.46% | - |
| HSV(B) | 76.44º | 0.76% | 0.75% | - |
| XYZ | 31.87 | 44.03 | 9.3 | - |
| YUV | 162.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 191 | 45 | 0.21 | 0 | 0.76 | 0.25 | 76.44 | 0.62 | 0.46 |
| Hex | 97 | BF | 2D | 15 | 0 | 4C | 19 | 4C | 3E | 2E |
| Octal | 227 | 277 | 55 | 25 | 0 | 114 | 31 | 114 | 76 | 56 |
| Binary | 10010111 | 10111111 | 101101 | 10101 | 0 | 1001100 | 11001 | 1001100 | 111110 | 101110 |
Color Harmonies of #97BF2D
Complementary color
Monochromatic Colors of #97BF2D
Black with #97BF2D
Text Example
Text Example
White with #97BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BF2D; }
p { color: rgb(151,191,45); }
H1.HeaderClassName
{
color: #97BF2D;
}
.AnyTagClassName
{
color: #97BF2D;
}
</style>
background-color css
<style>
a { background-color: #97BF2D; }
a { background-color: rgb(151,191,45); }
div.DivClassName
{
background-color: #97BF2D;
}
.BgClassName
{
background-color: #97BF2D;
}
</style>
border-color css
<style>
span { border-color: #97BF2D; }
span { border-color: rgb(151,191,45); }
td.TdClassName
{
border-color: #97BF2D;
}
.TagClassName
{
border-color: #97BF2D;
}
</style>