Shades of Spring Bud #99EA08
Tints of Spring Bud #99EA08
RGB
CMYK
RGB Variations
Color information
#99EA08 (or 0x99EA08) is known color: Spring Bud. HEX triplet: 99, EA and 08. RGB value is (153,234,8). Sum of RGB (Red+Green+Blue) = 153+234+8=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 234 (91.80% from 255 or 59.24% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EA08 is #6615F7. Grayscale: #B8B8B8. Windows color (decimal): -6690296 or 584345. OLE color: 584345.
HSL color Cylindrical-coordinate representation of color #99EA08: hue angle of 81.5º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99EA08 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 8 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.08 |
| HSL | 81.5º | 0.93% | 0.47% | - |
| HSV(B) | 81.5º | 0.97% | 0.92% | - |
| XYZ | 42.6 | 65.64 | 10.65 | - |
| YUV | 184.02 | 28.66 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 8 | 0.35 | 0 | 0.97 | 0.08 | 81.5 | 0.93 | 0.47 |
| Hex | 99 | EA | 8 | 23 | 0 | 61 | 8 | 52 | 5D | 2F |
| Octal | 231 | 352 | 10 | 43 | 0 | 141 | 10 | 122 | 135 | 57 |
| Binary | 10011001 | 11101010 | 1000 | 100011 | 0 | 1100001 | 1000 | 1010010 | 1011101 | 101111 |
Color Harmonies of #99EA08
Complementary color
Monochromatic Colors of #99EA08
Black with #99EA08
Text Example
Text Example
White with #99EA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EA08; }
p { color: rgb(153,234,8); }
H1.HeaderClassName
{
color: #99EA08;
}
.AnyTagClassName
{
color: #99EA08;
}
</style>
background-color css
<style>
a { background-color: #99EA08; }
a { background-color: rgb(153,234,8); }
div.DivClassName
{
background-color: #99EA08;
}
.BgClassName
{
background-color: #99EA08;
}
</style>
border-color css
<style>
span { border-color: #99EA08; }
span { border-color: rgb(153,234,8); }
td.TdClassName
{
border-color: #99EA08;
}
.TagClassName
{
border-color: #99EA08;
}
</style>