Shades of Spring Bud #99FE08
Tints of Spring Bud #99FE08
RGB
CMYK
RGB Variations
Color information
#99FE08 (or 0x99FE08) is known color: Spring Bud. HEX triplet: 99, FE and 08. RGB value is (153,254,8). Sum of RGB (Red+Green+Blue) = 153+254+8=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 254 (99.61% from 255 or 61.20% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 254 - color contains mainly: green. Hex color #99FE08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FE08 is #6601F7. Grayscale: #C4C4C4. Windows color (decimal): -6685176 or 589465. OLE color: 589465.
HSL color Cylindrical-coordinate representation of color #99FE08: hue angle of 84.63º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99FE08 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 8 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.00 |
| HSL | 84.63º | 0.99% | 0.51% | - |
| HSV(B) | 84.63º | 0.97% | 1% | - |
| XYZ | 48.62 | 77.67 | 12.66 | - |
| YUV | 195.76 | 22.04 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 8 | 0.40 | 0 | 0.97 | 0.00 | 84.63 | 0.99 | 0.51 |
| Hex | 99 | FE | 8 | 28 | 0 | 61 | 0 | 55 | 63 | 33 |
| Octal | 231 | 376 | 10 | 50 | 0 | 141 | 0 | 125 | 143 | 63 |
| Binary | 10011001 | 11111110 | 1000 | 101000 | 0 | 1100001 | 0 | 1010101 | 1100011 | 110011 |
Color Harmonies of #99FE08
Complementary color
Monochromatic Colors of #99FE08
Black with #99FE08
Text Example
Text Example
White with #99FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FE08; }
p { color: rgb(153,254,8); }
H1.HeaderClassName
{
color: #99FE08;
}
.AnyTagClassName
{
color: #99FE08;
}
</style>
background-color css
<style>
a { background-color: #99FE08; }
a { background-color: rgb(153,254,8); }
div.DivClassName
{
background-color: #99FE08;
}
.BgClassName
{
background-color: #99FE08;
}
</style>
border-color css
<style>
span { border-color: #99FE08; }
span { border-color: rgb(153,254,8); }
td.TdClassName
{
border-color: #99FE08;
}
.TagClassName
{
border-color: #99FE08;
}
</style>