Shades of Spring Bud #99EC08
Tints of Spring Bud #99EC08
RGB
CMYK
RGB Variations
Color information
#99EC08 (or 0x99EC08) is known color: Spring Bud. HEX triplet: 99, EC and 08. RGB value is (153,236,8). Sum of RGB (Red+Green+Blue) = 153+236+8=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 236 (92.58% from 255 or 59.45% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EC08 is #6613F7. Grayscale: #BABABA. Windows color (decimal): -6689784 or 584857. OLE color: 584857.
HSL color Cylindrical-coordinate representation of color #99EC08: hue angle of 81.84º 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 #99EC08 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 8 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.07 |
| HSL | 81.84º | 0.93% | 0.48% | - |
| HSV(B) | 81.84º | 0.97% | 0.93% | - |
| XYZ | 43.18 | 66.78 | 10.84 | - |
| YUV | 185.19 | 28 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 8 | 0.35 | 0 | 0.97 | 0.07 | 81.84 | 0.93 | 0.48 |
| Hex | 99 | EC | 8 | 23 | 0 | 61 | 7 | 52 | 5D | 30 |
| Octal | 231 | 354 | 10 | 43 | 0 | 141 | 7 | 122 | 135 | 60 |
| Binary | 10011001 | 11101100 | 1000 | 100011 | 0 | 1100001 | 111 | 1010010 | 1011101 | 110000 |
Color Harmonies of #99EC08
Complementary color
Monochromatic Colors of #99EC08
Black with #99EC08
Text Example
Text Example
White with #99EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC08; }
p { color: rgb(153,236,8); }
H1.HeaderClassName
{
color: #99EC08;
}
.AnyTagClassName
{
color: #99EC08;
}
</style>
background-color css
<style>
a { background-color: #99EC08; }
a { background-color: rgb(153,236,8); }
div.DivClassName
{
background-color: #99EC08;
}
.BgClassName
{
background-color: #99EC08;
}
</style>
border-color css
<style>
span { border-color: #99EC08; }
span { border-color: rgb(153,236,8); }
td.TdClassName
{
border-color: #99EC08;
}
.TagClassName
{
border-color: #99EC08;
}
</style>