Shades of Spring Bud #95EC03
Tints of Spring Bud #95EC03
RGB
CMYK
RGB Variations
Color information
#95EC03 (or 0x95EC03) is known color: Spring Bud. HEX triplet: 95, EC and 03. RGB value is (149,236,3). Sum of RGB (Red+Green+Blue) = 149+236+3=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EC03 is #6A13FC. Grayscale: #B8B8B8. Windows color (decimal): -6951933 or 257173. OLE color: 257173.
HSL color Cylindrical-coordinate representation of color #95EC03: hue angle of 82.4º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95EC03 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 3 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.07 |
| HSL | 82.4º | 0.97% | 0.47% | - |
| HSV(B) | 82.4º | 0.99% | 0.93% | - |
| XYZ | 42.41 | 66.39 | 10.67 | - |
| YUV | 183.43 | 26.18 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 3 | 0.37 | 0 | 0.99 | 0.07 | 82.4 | 0.97 | 0.47 |
| Hex | 95 | EC | 3 | 25 | 0 | 63 | 7 | 52 | 61 | 2F |
| Octal | 225 | 354 | 3 | 45 | 0 | 143 | 7 | 122 | 141 | 57 |
| Binary | 10010101 | 11101100 | 11 | 100101 | 0 | 1100011 | 111 | 1010010 | 1100001 | 101111 |
Color Harmonies of #95EC03
Complementary color
Monochromatic Colors of #95EC03
Black with #95EC03
Text Example
Text Example
White with #95EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC03; }
p { color: rgb(149,236,3); }
H1.HeaderClassName
{
color: #95EC03;
}
.AnyTagClassName
{
color: #95EC03;
}
</style>
background-color css
<style>
a { background-color: #95EC03; }
a { background-color: rgb(149,236,3); }
div.DivClassName
{
background-color: #95EC03;
}
.BgClassName
{
background-color: #95EC03;
}
</style>
border-color css
<style>
span { border-color: #95EC03; }
span { border-color: rgb(149,236,3); }
td.TdClassName
{
border-color: #95EC03;
}
.TagClassName
{
border-color: #95EC03;
}
</style>