Shades of Spring Bud #95FE0E
Tints of Spring Bud #95FE0E
RGB
CMYK
RGB Variations
Color information
#95FE0E (or 0x95FE0E) is known color: Spring Bud. HEX triplet: 95, FE and 0E. RGB value is (149,254,14). Sum of RGB (Red+Green+Blue) = 149+254+14=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 254 (99.61% from 255 or 60.91% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 254 - color contains mainly: green. Hex color #95FE0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FE0E is #6A01F1. Grayscale: #C4C4C4. Windows color (decimal): -6947314 or 982677. OLE color: 982677.
HSL color Cylindrical-coordinate representation of color #95FE0E: hue angle of 86.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95FE0E is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 254 | 14 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.00 |
| HSL | 86.25º | 0.99% | 0.53% | - |
| HSV(B) | 86.25º | 0.94% | 1% | - |
| XYZ | 47.92 | 77.3 | 12.81 | - |
| YUV | 195.25 | 25.71 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 254 | 14 | 0.41 | 0 | 0.94 | 0.00 | 86.25 | 0.99 | 0.53 |
| Hex | 95 | FE | E | 29 | 0 | 5E | 0 | 56 | 63 | 35 |
| Octal | 225 | 376 | 16 | 51 | 0 | 136 | 0 | 126 | 143 | 65 |
| Binary | 10010101 | 11111110 | 1110 | 101001 | 0 | 1011110 | 0 | 1010110 | 1100011 | 110101 |
Color Harmonies of #95FE0E
Complementary color
Monochromatic Colors of #95FE0E
Black with #95FE0E
Text Example
Text Example
White with #95FE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FE0E; }
p { color: rgb(149,254,14); }
H1.HeaderClassName
{
color: #95FE0E;
}
.AnyTagClassName
{
color: #95FE0E;
}
</style>
background-color css
<style>
a { background-color: #95FE0E; }
a { background-color: rgb(149,254,14); }
div.DivClassName
{
background-color: #95FE0E;
}
.BgClassName
{
background-color: #95FE0E;
}
</style>
border-color css
<style>
span { border-color: #95FE0E; }
span { border-color: rgb(149,254,14); }
td.TdClassName
{
border-color: #95FE0E;
}
.TagClassName
{
border-color: #95FE0E;
}
</style>