Shades of Spring Bud #99EC03
Tints of Spring Bud #99EC03
RGB
CMYK
RGB Variations
Color information
#99EC03 (or 0x99EC03) is known color: Spring Bud. HEX triplet: 99, EC and 03. RGB value is (153,236,3). Sum of RGB (Red+Green+Blue) = 153+236+3=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EC03 is #6613FC. Grayscale: #B9B9B9. Windows color (decimal): -6689789 or 257177. OLE color: 257177.
HSL color Cylindrical-coordinate representation of color #99EC03: hue angle of 81.37º 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 #99EC03 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.07 |
| HSL | 81.37º | 0.97% | 0.47% | - |
| HSV(B) | 81.37º | 0.99% | 0.93% | - |
| XYZ | 43.15 | 66.77 | 10.7 | - |
| YUV | 184.62 | 25.5 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 3 | 0.35 | 0 | 0.99 | 0.07 | 81.37 | 0.97 | 0.47 |
| Hex | 99 | EC | 3 | 23 | 0 | 63 | 7 | 51 | 61 | 2F |
| Octal | 231 | 354 | 3 | 43 | 0 | 143 | 7 | 121 | 141 | 57 |
| Binary | 10011001 | 11101100 | 11 | 100011 | 0 | 1100011 | 111 | 1010001 | 1100001 | 101111 |
Color Harmonies of #99EC03
Complementary color
Monochromatic Colors of #99EC03
Black with #99EC03
Text Example
Text Example
White with #99EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC03; }
p { color: rgb(153,236,3); }
H1.HeaderClassName
{
color: #99EC03;
}
.AnyTagClassName
{
color: #99EC03;
}
</style>
background-color css
<style>
a { background-color: #99EC03; }
a { background-color: rgb(153,236,3); }
div.DivClassName
{
background-color: #99EC03;
}
.BgClassName
{
background-color: #99EC03;
}
</style>
border-color css
<style>
span { border-color: #99EC03; }
span { border-color: rgb(153,236,3); }
td.TdClassName
{
border-color: #99EC03;
}
.TagClassName
{
border-color: #99EC03;
}
</style>