Shades of Spring Bud #99FA04
Tints of Spring Bud #99FA04
RGB
CMYK
RGB Variations
Color information
#99FA04 (or 0x99FA04) is known color: Spring Bud. HEX triplet: 99, FA and 04. RGB value is (153,250,4). Sum of RGB (Red+Green+Blue) = 153+250+4=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FA04 is #6605FB. Grayscale: #C1C1C1. Windows color (decimal): -6686204 or 326297. OLE color: 326297.
HSL color Cylindrical-coordinate representation of color #99FA04: hue angle of 83.66º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99FA04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.02 |
| HSL | 83.66º | 0.97% | 0.5% | - |
| HSV(B) | 83.66º | 0.98% | 0.98% | - |
| XYZ | 47.34 | 75.15 | 12.13 | - |
| YUV | 192.95 | 21.36 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 4 | 0.39 | 0 | 0.98 | 0.02 | 83.66 | 0.97 | 0.5 |
| Hex | 99 | FA | 4 | 27 | 0 | 62 | 2 | 54 | 61 | 32 |
| Octal | 231 | 372 | 4 | 47 | 0 | 142 | 2 | 124 | 141 | 62 |
| Binary | 10011001 | 11111010 | 100 | 100111 | 0 | 1100010 | 10 | 1010100 | 1100001 | 110010 |
Color Harmonies of #99FA04
Complementary color
Monochromatic Colors of #99FA04
Black with #99FA04
Text Example
Text Example
White with #99FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA04; }
p { color: rgb(153,250,4); }
H1.HeaderClassName
{
color: #99FA04;
}
.AnyTagClassName
{
color: #99FA04;
}
</style>
background-color css
<style>
a { background-color: #99FA04; }
a { background-color: rgb(153,250,4); }
div.DivClassName
{
background-color: #99FA04;
}
.BgClassName
{
background-color: #99FA04;
}
</style>
border-color css
<style>
span { border-color: #99FA04; }
span { border-color: rgb(153,250,4); }
td.TdClassName
{
border-color: #99FA04;
}
.TagClassName
{
border-color: #99FA04;
}
</style>