Shades of Spring Bud #99EC04
Tints of Spring Bud #99EC04
RGB
CMYK
RGB Variations
Color information
#99EC04 (or 0x99EC04) is known color: Spring Bud. HEX triplet: 99, EC and 04. RGB value is (153,236,4). Sum of RGB (Red+Green+Blue) = 153+236+4=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EC04 is #6613FB. Grayscale: #B9B9B9. Windows color (decimal): -6689788 or 322713. OLE color: 322713.
HSL color Cylindrical-coordinate representation of color #99EC04: hue angle of 81.47º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99EC04 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 4 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.07 |
| HSL | 81.47º | 0.97% | 0.47% | - |
| HSV(B) | 81.47º | 0.98% | 0.93% | - |
| XYZ | 43.15 | 66.77 | 10.73 | - |
| YUV | 184.74 | 26 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 4 | 0.35 | 0 | 0.98 | 0.07 | 81.47 | 0.97 | 0.47 |
| Hex | 99 | EC | 4 | 23 | 0 | 62 | 7 | 51 | 61 | 2F |
| Octal | 231 | 354 | 4 | 43 | 0 | 142 | 7 | 121 | 141 | 57 |
| Binary | 10011001 | 11101100 | 100 | 100011 | 0 | 1100010 | 111 | 1010001 | 1100001 | 101111 |
Color Harmonies of #99EC04
Complementary color
Monochromatic Colors of #99EC04
Black with #99EC04
Text Example
Text Example
White with #99EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC04; }
p { color: rgb(153,236,4); }
H1.HeaderClassName
{
color: #99EC04;
}
.AnyTagClassName
{
color: #99EC04;
}
</style>
background-color css
<style>
a { background-color: #99EC04; }
a { background-color: rgb(153,236,4); }
div.DivClassName
{
background-color: #99EC04;
}
.BgClassName
{
background-color: #99EC04;
}
</style>
border-color css
<style>
span { border-color: #99EC04; }
span { border-color: rgb(153,236,4); }
td.TdClassName
{
border-color: #99EC04;
}
.TagClassName
{
border-color: #99EC04;
}
</style>