Shades of Spring Bud #99FA01
Tints of Spring Bud #99FA01
RGB
CMYK
RGB Variations
Color information
#99FA01 (or 0x99FA01) is known color: Spring Bud. HEX triplet: 99, FA and 01. RGB value is (153,250,1). Sum of RGB (Red+Green+Blue) = 153+250+1=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 250 (98.05% from 255 or 61.88% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FA01 is #6605FE. Grayscale: #C1C1C1. Windows color (decimal): -6686207 or 129689. OLE color: 129689.
HSL color Cylindrical-coordinate representation of color #99FA01: hue angle of 83.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99FA01 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 1 | - |
| CMYK | 0.39 | 0 | 1.00 | 0.02 |
| HSL | 83.37º | 0.99% | 0.49% | - |
| HSV(B) | 83.37º | 1% | 0.98% | - |
| XYZ | 47.33 | 75.15 | 12.04 | - |
| YUV | 192.61 | 19.86 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 1 | 0.39 | 0 | 1.00 | 0.02 | 83.37 | 0.99 | 0.49 |
| Hex | 99 | FA | 1 | 27 | 0 | 64 | 2 | 53 | 63 | 31 |
| Octal | 231 | 372 | 1 | 47 | 0 | 144 | 2 | 123 | 143 | 61 |
| Binary | 10011001 | 11111010 | 1 | 100111 | 0 | 1100100 | 10 | 1010011 | 1100011 | 110001 |
Color Harmonies of #99FA01
Complementary color
Monochromatic Colors of #99FA01
Black with #99FA01
Text Example
Text Example
White with #99FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA01; }
p { color: rgb(153,250,1); }
H1.HeaderClassName
{
color: #99FA01;
}
.AnyTagClassName
{
color: #99FA01;
}
</style>
background-color css
<style>
a { background-color: #99FA01; }
a { background-color: rgb(153,250,1); }
div.DivClassName
{
background-color: #99FA01;
}
.BgClassName
{
background-color: #99FA01;
}
</style>
border-color css
<style>
span { border-color: #99FA01; }
span { border-color: rgb(153,250,1); }
td.TdClassName
{
border-color: #99FA01;
}
.TagClassName
{
border-color: #99FA01;
}
</style>