Shades of Spring Bud #95EC0D
Tints of Spring Bud #95EC0D
RGB
CMYK
RGB Variations
Color information
#95EC0D (or 0x95EC0D) is known color: Spring Bud. HEX triplet: 95, EC and 0D. RGB value is (149,236,13). Sum of RGB (Red+Green+Blue) = 149+236+13=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 236 (92.58% from 255 or 59.30% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EC0D is #6A13F2. Grayscale: #B9B9B9. Windows color (decimal): -6951923 or 912533. OLE color: 912533.
HSL color Cylindrical-coordinate representation of color #95EC0D: hue angle of 83.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95EC0D is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 13 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.07 |
| HSL | 83.41º | 0.9% | 0.49% | - |
| HSV(B) | 83.41º | 0.94% | 0.93% | - |
| XYZ | 42.46 | 66.41 | 10.96 | - |
| YUV | 184.57 | 31.18 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 13 | 0.37 | 0 | 0.94 | 0.07 | 83.41 | 0.9 | 0.49 |
| Hex | 95 | EC | D | 25 | 0 | 5E | 7 | 53 | 5A | 31 |
| Octal | 225 | 354 | 15 | 45 | 0 | 136 | 7 | 123 | 132 | 61 |
| Binary | 10010101 | 11101100 | 1101 | 100101 | 0 | 1011110 | 111 | 1010011 | 1011010 | 110001 |
Color Harmonies of #95EC0D
Complementary color
Monochromatic Colors of #95EC0D
Black with #95EC0D
Text Example
Text Example
White with #95EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC0D; }
p { color: rgb(149,236,13); }
H1.HeaderClassName
{
color: #95EC0D;
}
.AnyTagClassName
{
color: #95EC0D;
}
</style>
background-color css
<style>
a { background-color: #95EC0D; }
a { background-color: rgb(149,236,13); }
div.DivClassName
{
background-color: #95EC0D;
}
.BgClassName
{
background-color: #95EC0D;
}
</style>
border-color css
<style>
span { border-color: #95EC0D; }
span { border-color: rgb(149,236,13); }
td.TdClassName
{
border-color: #95EC0D;
}
.TagClassName
{
border-color: #95EC0D;
}
</style>