Shades of Spring Bud #95EC08
Tints of Spring Bud #95EC08
RGB
CMYK
RGB Variations
Color information
#95EC08 (or 0x95EC08) is known color: Spring Bud. HEX triplet: 95, EC and 08. RGB value is (149,236,8). Sum of RGB (Red+Green+Blue) = 149+236+8=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EC08 is #6A13F7. Grayscale: #B8B8B8. Windows color (decimal): -6951928 or 584853. OLE color: 584853.
HSL color Cylindrical-coordinate representation of color #95EC08: hue angle of 82.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95EC08 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 8 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.07 |
| HSL | 82.89º | 0.93% | 0.48% | - |
| HSV(B) | 82.89º | 0.97% | 0.93% | - |
| XYZ | 42.43 | 66.4 | 10.81 | - |
| YUV | 184 | 28.68 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 8 | 0.37 | 0 | 0.97 | 0.07 | 82.89 | 0.93 | 0.48 |
| Hex | 95 | EC | 8 | 25 | 0 | 61 | 7 | 53 | 5D | 30 |
| Octal | 225 | 354 | 10 | 45 | 0 | 141 | 7 | 123 | 135 | 60 |
| Binary | 10010101 | 11101100 | 1000 | 100101 | 0 | 1100001 | 111 | 1010011 | 1011101 | 110000 |
Color Harmonies of #95EC08
Complementary color
Monochromatic Colors of #95EC08
Black with #95EC08
Text Example
Text Example
White with #95EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC08; }
p { color: rgb(149,236,8); }
H1.HeaderClassName
{
color: #95EC08;
}
.AnyTagClassName
{
color: #95EC08;
}
</style>
background-color css
<style>
a { background-color: #95EC08; }
a { background-color: rgb(149,236,8); }
div.DivClassName
{
background-color: #95EC08;
}
.BgClassName
{
background-color: #95EC08;
}
</style>
border-color css
<style>
span { border-color: #95EC08; }
span { border-color: rgb(149,236,8); }
td.TdClassName
{
border-color: #95EC08;
}
.TagClassName
{
border-color: #95EC08;
}
</style>