Shades of Spring Bud #99EC06
Tints of Spring Bud #99EC06
RGB
CMYK
RGB Variations
Color information
#99EC06 (or 0x99EC06) is known color: Spring Bud. HEX triplet: 99, EC and 06. RGB value is (153,236,6). Sum of RGB (Red+Green+Blue) = 153+236+6=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 236 (92.58% from 255 or 59.75% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EC06 is #6613F9. Grayscale: #B9B9B9. Windows color (decimal): -6689786 or 453785. OLE color: 453785.
HSL color Cylindrical-coordinate representation of color #99EC06: hue angle of 81.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99EC06 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 6 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.07 |
| HSL | 81.65º | 0.95% | 0.47% | - |
| HSV(B) | 81.65º | 0.97% | 0.93% | - |
| XYZ | 43.17 | 66.78 | 10.79 | - |
| YUV | 184.96 | 27 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 6 | 0.35 | 0 | 0.97 | 0.07 | 81.65 | 0.95 | 0.47 |
| Hex | 99 | EC | 6 | 23 | 0 | 61 | 7 | 52 | 5F | 2F |
| Octal | 231 | 354 | 6 | 43 | 0 | 141 | 7 | 122 | 137 | 57 |
| Binary | 10011001 | 11101100 | 110 | 100011 | 0 | 1100001 | 111 | 1010010 | 1011111 | 101111 |
Color Harmonies of #99EC06
Complementary color
Monochromatic Colors of #99EC06
Black with #99EC06
Text Example
Text Example
White with #99EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC06; }
p { color: rgb(153,236,6); }
H1.HeaderClassName
{
color: #99EC06;
}
.AnyTagClassName
{
color: #99EC06;
}
</style>
background-color css
<style>
a { background-color: #99EC06; }
a { background-color: rgb(153,236,6); }
div.DivClassName
{
background-color: #99EC06;
}
.BgClassName
{
background-color: #99EC06;
}
</style>
border-color css
<style>
span { border-color: #99EC06; }
span { border-color: rgb(153,236,6); }
td.TdClassName
{
border-color: #99EC06;
}
.TagClassName
{
border-color: #99EC06;
}
</style>