Shades of Spring Bud #99FB00
Tints of Spring Bud #99FB00
RGB
CMYK
RGB Variations
Color information
#99FB00 (or 0x99FB00) is known color: Spring Bud. HEX triplet: 99, FB and 00. RGB value is (153,251,0). Sum of RGB (Red+Green+Blue) = 153+251+0=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 251 (98.44% from 255 or 62.13% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 251 - color contains mainly: green. Hex color #99FB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FB00 is #6604FF. Grayscale: #C1C1C1. Windows color (decimal): -6685952 or 64409. OLE color: 64409.
HSL color Cylindrical-coordinate representation of color #99FB00: hue angle of 83.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99FB00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 251 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.02 |
| HSL | 83.43º | 1% | 0.49% | - |
| HSV(B) | 83.43º | 1% | 0.98% | - |
| XYZ | 47.63 | 75.77 | 12.11 | - |
| YUV | 193.08 | 19.03 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 251 | 0 | 0.39 | 0 | 1 | 0.02 | 83.43 | 1 | 0.49 |
| Hex | 99 | FB | 0 | 27 | 0 | 64 | 2 | 53 | 64 | 31 |
| Octal | 231 | 373 | 0 | 47 | 0 | 144 | 2 | 123 | 144 | 61 |
| Binary | 10011001 | 11111011 | 0 | 100111 | 0 | 1100100 | 10 | 1010011 | 1100100 | 110001 |
Color Harmonies of #99FB00
Complementary color
Monochromatic Colors of #99FB00
Black with #99FB00
Text Example
Text Example
White with #99FB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FB00; }
p { color: rgb(153,251,0); }
H1.HeaderClassName
{
color: #99FB00;
}
.AnyTagClassName
{
color: #99FB00;
}
</style>
background-color css
<style>
a { background-color: #99FB00; }
a { background-color: rgb(153,251,0); }
div.DivClassName
{
background-color: #99FB00;
}
.BgClassName
{
background-color: #99FB00;
}
</style>
border-color css
<style>
span { border-color: #99FB00; }
span { border-color: rgb(153,251,0); }
td.TdClassName
{
border-color: #99FB00;
}
.TagClassName
{
border-color: #99FB00;
}
</style>