Shades of Spring Bud #95EA0E
Tints of Spring Bud #95EA0E
RGB
CMYK
RGB Variations
Color information
#95EA0E (or 0x95EA0E) is known color: Spring Bud. HEX triplet: 95, EA and 0E. RGB value is (149,234,14). Sum of RGB (Red+Green+Blue) = 149+234+14=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EA0E is #6A15F1. Grayscale: #B8B8B8. Windows color (decimal): -6952434 or 977557. OLE color: 977557.
HSL color Cylindrical-coordinate representation of color #95EA0E: hue angle of 83.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95EA0E is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 14 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.08 |
| HSL | 83.18º | 0.89% | 0.49% | - |
| HSV(B) | 83.18º | 0.94% | 0.92% | - |
| XYZ | 41.9 | 65.27 | 10.81 | - |
| YUV | 183.51 | 32.34 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 14 | 0.36 | 0 | 0.94 | 0.08 | 83.18 | 0.89 | 0.49 |
| Hex | 95 | EA | E | 24 | 0 | 5E | 8 | 53 | 59 | 31 |
| Octal | 225 | 352 | 16 | 44 | 0 | 136 | 10 | 123 | 131 | 61 |
| Binary | 10010101 | 11101010 | 1110 | 100100 | 0 | 1011110 | 1000 | 1010011 | 1011001 | 110001 |
Color Harmonies of #95EA0E
Complementary color
Monochromatic Colors of #95EA0E
Black with #95EA0E
Text Example
Text Example
White with #95EA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EA0E; }
p { color: rgb(149,234,14); }
H1.HeaderClassName
{
color: #95EA0E;
}
.AnyTagClassName
{
color: #95EA0E;
}
</style>
background-color css
<style>
a { background-color: #95EA0E; }
a { background-color: rgb(149,234,14); }
div.DivClassName
{
background-color: #95EA0E;
}
.BgClassName
{
background-color: #95EA0E;
}
</style>
border-color css
<style>
span { border-color: #95EA0E; }
span { border-color: rgb(149,234,14); }
td.TdClassName
{
border-color: #95EA0E;
}
.TagClassName
{
border-color: #95EA0E;
}
</style>