Shades of Spring Bud #99F805
Tints of Spring Bud #99F805
RGB
CMYK
RGB Variations
Color information
#99F805 (or 0x99F805) is known color: Spring Bud. HEX triplet: 99, F8 and 05. RGB value is (153,248,5). Sum of RGB (Red+Green+Blue) = 153+248+5=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 248 (97.27% from 255 or 61.08% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 248 - color contains mainly: green. Hex color #99F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F805 is #6607FA. Grayscale: #C0C0C0. Windows color (decimal): -6686715 or 391321. OLE color: 391321.
HSL color Cylindrical-coordinate representation of color #99F805: hue angle of 83.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99F805 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 248 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.03 |
| HSL | 83.46º | 0.96% | 0.5% | - |
| HSV(B) | 83.46º | 0.98% | 0.97% | - |
| XYZ | 46.73 | 73.92 | 11.95 | - |
| YUV | 191.89 | 22.53 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 248 | 5 | 0.38 | 0 | 0.98 | 0.03 | 83.46 | 0.96 | 0.5 |
| Hex | 99 | F8 | 5 | 26 | 0 | 62 | 3 | 53 | 60 | 32 |
| Octal | 231 | 370 | 5 | 46 | 0 | 142 | 3 | 123 | 140 | 62 |
| Binary | 10011001 | 11111000 | 101 | 100110 | 0 | 1100010 | 11 | 1010011 | 1100000 | 110010 |
Color Harmonies of #99F805
Complementary color
Monochromatic Colors of #99F805
Black with #99F805
Text Example
Text Example
White with #99F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F805; }
p { color: rgb(153,248,5); }
H1.HeaderClassName
{
color: #99F805;
}
.AnyTagClassName
{
color: #99F805;
}
</style>
background-color css
<style>
a { background-color: #99F805; }
a { background-color: rgb(153,248,5); }
div.DivClassName
{
background-color: #99F805;
}
.BgClassName
{
background-color: #99F805;
}
</style>
border-color css
<style>
span { border-color: #99F805; }
span { border-color: rgb(153,248,5); }
td.TdClassName
{
border-color: #99F805;
}
.TagClassName
{
border-color: #99F805;
}
</style>