Shades of Spring Bud #99EE06
Tints of Spring Bud #99EE06
RGB
CMYK
RGB Variations
Color information
#99EE06 (or 0x99EE06) is known color: Spring Bud. HEX triplet: 99, EE and 06. RGB value is (153,238,6). Sum of RGB (Red+Green+Blue) = 153+238+6=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 238 (93.36% from 255 or 59.95% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 238 - color contains mainly: green. Hex color #99EE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EE06 is #6611F9. Grayscale: #BABABA. Windows color (decimal): -6689274 or 454297. OLE color: 454297.
HSL color Cylindrical-coordinate representation of color #99EE06: hue angle of 81.98º degrees, saturation: 0.95, 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 #99EE06 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 6 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.07 |
| HSL | 81.98º | 0.95% | 0.48% | - |
| HSV(B) | 81.98º | 0.97% | 0.93% | - |
| XYZ | 43.74 | 67.93 | 10.98 | - |
| YUV | 186.14 | 26.34 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 6 | 0.36 | 0 | 0.97 | 0.07 | 81.98 | 0.95 | 0.48 |
| Hex | 99 | EE | 6 | 24 | 0 | 61 | 7 | 52 | 5F | 30 |
| Octal | 231 | 356 | 6 | 44 | 0 | 141 | 7 | 122 | 137 | 60 |
| Binary | 10011001 | 11101110 | 110 | 100100 | 0 | 1100001 | 111 | 1010010 | 1011111 | 110000 |
Color Harmonies of #99EE06
Complementary color
Monochromatic Colors of #99EE06
Black with #99EE06
Text Example
Text Example
White with #99EE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EE06; }
p { color: rgb(153,238,6); }
H1.HeaderClassName
{
color: #99EE06;
}
.AnyTagClassName
{
color: #99EE06;
}
</style>
background-color css
<style>
a { background-color: #99EE06; }
a { background-color: rgb(153,238,6); }
div.DivClassName
{
background-color: #99EE06;
}
.BgClassName
{
background-color: #99EE06;
}
</style>
border-color css
<style>
span { border-color: #99EE06; }
span { border-color: rgb(153,238,6); }
td.TdClassName
{
border-color: #99EE06;
}
.TagClassName
{
border-color: #99EE06;
}
</style>