Shades of Spring Bud #99FB02
Tints of Spring Bud #99FB02
RGB
CMYK
RGB Variations
Color information
#99FB02 (or 0x99FB02) is known color: Spring Bud. HEX triplet: 99, FB and 02. RGB value is (153,251,2). Sum of RGB (Red+Green+Blue) = 153+251+2=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 251 (98.44% from 255 or 61.82% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 251 - color contains mainly: green. Hex color #99FB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FB02 is #6604FD. Grayscale: #C2C2C2. Windows color (decimal): -6685950 or 195481. OLE color: 195481.
HSL color Cylindrical-coordinate representation of color #99FB02: hue angle of 83.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99FB02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 251 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.02 |
| HSL | 83.61º | 0.98% | 0.5% | - |
| HSV(B) | 83.61º | 0.99% | 0.98% | - |
| XYZ | 47.65 | 75.77 | 12.17 | - |
| YUV | 193.31 | 20.03 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 251 | 2 | 0.39 | 0 | 0.99 | 0.02 | 83.61 | 0.98 | 0.5 |
| Hex | 99 | FB | 2 | 27 | 0 | 63 | 2 | 54 | 62 | 32 |
| Octal | 231 | 373 | 2 | 47 | 0 | 143 | 2 | 124 | 142 | 62 |
| Binary | 10011001 | 11111011 | 10 | 100111 | 0 | 1100011 | 10 | 1010100 | 1100010 | 110010 |
Color Harmonies of #99FB02
Complementary color
Monochromatic Colors of #99FB02
Black with #99FB02
Text Example
Text Example
White with #99FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FB02; }
p { color: rgb(153,251,2); }
H1.HeaderClassName
{
color: #99FB02;
}
.AnyTagClassName
{
color: #99FB02;
}
</style>
background-color css
<style>
a { background-color: #99FB02; }
a { background-color: rgb(153,251,2); }
div.DivClassName
{
background-color: #99FB02;
}
.BgClassName
{
background-color: #99FB02;
}
</style>
border-color css
<style>
span { border-color: #99FB02; }
span { border-color: rgb(153,251,2); }
td.TdClassName
{
border-color: #99FB02;
}
.TagClassName
{
border-color: #99FB02;
}
</style>