Shades of Spring Bud #95EF0E
Tints of Spring Bud #95EF0E
RGB
CMYK
RGB Variations
Color information
#95EF0E (or 0x95EF0E) is known color: Spring Bud. HEX triplet: 95, EF and 0E. RGB value is (149,239,14). Sum of RGB (Red+Green+Blue) = 149+239+14=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EF0E is #6A10F1. Grayscale: #BBBBBB. Windows color (decimal): -6951154 or 978837. OLE color: 978837.
HSL color Cylindrical-coordinate representation of color #95EF0E: hue angle of 84º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95EF0E is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 14 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.06 |
| HSL | 84º | 0.89% | 0.5% | - |
| HSV(B) | 84º | 0.94% | 0.94% | - |
| XYZ | 43.34 | 68.15 | 11.29 | - |
| YUV | 186.44 | 30.68 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 14 | 0.38 | 0 | 0.94 | 0.06 | 84 | 0.89 | 0.5 |
| Hex | 95 | EF | E | 26 | 0 | 5E | 6 | 54 | 59 | 32 |
| Octal | 225 | 357 | 16 | 46 | 0 | 136 | 6 | 124 | 131 | 62 |
| Binary | 10010101 | 11101111 | 1110 | 100110 | 0 | 1011110 | 110 | 1010100 | 1011001 | 110010 |
Color Harmonies of #95EF0E
Complementary color
Monochromatic Colors of #95EF0E
Black with #95EF0E
Text Example
Text Example
White with #95EF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EF0E; }
p { color: rgb(149,239,14); }
H1.HeaderClassName
{
color: #95EF0E;
}
.AnyTagClassName
{
color: #95EF0E;
}
</style>
background-color css
<style>
a { background-color: #95EF0E; }
a { background-color: rgb(149,239,14); }
div.DivClassName
{
background-color: #95EF0E;
}
.BgClassName
{
background-color: #95EF0E;
}
</style>
border-color css
<style>
span { border-color: #95EF0E; }
span { border-color: rgb(149,239,14); }
td.TdClassName
{
border-color: #95EF0E;
}
.TagClassName
{
border-color: #95EF0E;
}
</style>