Shades of Yellow Green #9EBF2D
Tints of Yellow Green #9EBF2D
RGB
CMYK
RGB Variations
Color information
#9EBF2D (or 0x9EBF2D) is known color: Yellow Green. HEX triplet: 9E, BF and 2D. RGB value is (158,191,45). Sum of RGB (Red+Green+Blue) = 158+191+45=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBF2D is #6140D2. Grayscale: #A5A5A5. Windows color (decimal): -6373587 or 2998174. OLE color: 2998174.
HSL color Cylindrical-coordinate representation of color #9EBF2D: hue angle of 73.56º 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 #9EBF2D is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 45 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.25 |
| HSL | 73.56º | 0.62% | 0.46% | - |
| HSV(B) | 73.56º | 0.76% | 0.75% | - |
| XYZ | 33.21 | 44.72 | 9.36 | - |
| YUV | 164.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 45 | 0.17 | 0 | 0.76 | 0.25 | 73.56 | 0.62 | 0.46 |
| Hex | 9E | BF | 2D | 11 | 0 | 4C | 19 | 4A | 3E | 2E |
| Octal | 236 | 277 | 55 | 21 | 0 | 114 | 31 | 112 | 76 | 56 |
| Binary | 10011110 | 10111111 | 101101 | 10001 | 0 | 1001100 | 11001 | 1001010 | 111110 | 101110 |
Color Harmonies of #9EBF2D
Complementary color
Monochromatic Colors of #9EBF2D
Black with #9EBF2D
Text Example
Text Example
White with #9EBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF2D; }
p { color: rgb(158,191,45); }
H1.HeaderClassName
{
color: #9EBF2D;
}
.AnyTagClassName
{
color: #9EBF2D;
}
</style>
background-color css
<style>
a { background-color: #9EBF2D; }
a { background-color: rgb(158,191,45); }
div.DivClassName
{
background-color: #9EBF2D;
}
.BgClassName
{
background-color: #9EBF2D;
}
</style>
border-color css
<style>
span { border-color: #9EBF2D; }
span { border-color: rgb(158,191,45); }
td.TdClassName
{
border-color: #9EBF2D;
}
.TagClassName
{
border-color: #9EBF2D;
}
</style>