Shades of Yellow Green #97BE2D
Tints of Yellow Green #97BE2D
RGB
CMYK
RGB Variations
Color information
#97BE2D (or 0x97BE2D) is known color: Yellow Green. HEX triplet: 97, BE and 2D. RGB value is (151,190,45). Sum of RGB (Red+Green+Blue) = 151+190+45=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BE2D is #6841D2. Grayscale: #A2A2A2. Windows color (decimal): -6832595 or 2997911. OLE color: 2997911.
HSL color Cylindrical-coordinate representation of color #97BE2D: hue angle of 76.14º 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 #97BE2D is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 190 | 45 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.25 |
| HSL | 76.14º | 0.62% | 0.46% | - |
| HSV(B) | 76.14º | 0.76% | 0.75% | - |
| XYZ | 31.65 | 43.6 | 9.23 | - |
| YUV | 161.81 | 62.08 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 190 | 45 | 0.21 | 0 | 0.76 | 0.25 | 76.14 | 0.62 | 0.46 |
| Hex | 97 | BE | 2D | 15 | 0 | 4C | 19 | 4C | 3E | 2E |
| Octal | 227 | 276 | 55 | 25 | 0 | 114 | 31 | 114 | 76 | 56 |
| Binary | 10010111 | 10111110 | 101101 | 10101 | 0 | 1001100 | 11001 | 1001100 | 111110 | 101110 |
Color Harmonies of #97BE2D
Complementary color
Monochromatic Colors of #97BE2D
Black with #97BE2D
Text Example
Text Example
White with #97BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BE2D; }
p { color: rgb(151,190,45); }
H1.HeaderClassName
{
color: #97BE2D;
}
.AnyTagClassName
{
color: #97BE2D;
}
</style>
background-color css
<style>
a { background-color: #97BE2D; }
a { background-color: rgb(151,190,45); }
div.DivClassName
{
background-color: #97BE2D;
}
.BgClassName
{
background-color: #97BE2D;
}
</style>
border-color css
<style>
span { border-color: #97BE2D; }
span { border-color: rgb(151,190,45); }
td.TdClassName
{
border-color: #97BE2D;
}
.TagClassName
{
border-color: #97BE2D;
}
</style>