Shades of Spring Bud #99FB10
Tints of Spring Bud #99FB10
RGB
CMYK
RGB Variations
Color information
#99FB10 (or 0x99FB10) is known color: Spring Bud. HEX triplet: 99, FB and 10. RGB value is (153,251,16). Sum of RGB (Red+Green+Blue) = 153+251+16=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 251 (98.44% from 255 or 59.76% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 251 - color contains mainly: green. Hex color #99FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FB10 is #6604EF. Grayscale: #C3C3C3. Windows color (decimal): -6685936 or 1112985. OLE color: 1112985.
HSL color Cylindrical-coordinate representation of color #99FB10: hue angle of 85.02º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99FB10 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 251 | 16 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.02 |
| HSL | 85.02º | 0.97% | 0.52% | - |
| HSV(B) | 85.02º | 0.94% | 0.98% | - |
| XYZ | 47.73 | 75.8 | 12.61 | - |
| YUV | 194.91 | 27.03 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 251 | 16 | 0.39 | 0 | 0.94 | 0.02 | 85.02 | 0.97 | 0.52 |
| Hex | 99 | FB | 10 | 27 | 0 | 5E | 2 | 55 | 61 | 34 |
| Octal | 231 | 373 | 20 | 47 | 0 | 136 | 2 | 125 | 141 | 64 |
| Binary | 10011001 | 11111011 | 10000 | 100111 | 0 | 1011110 | 10 | 1010101 | 1100001 | 110100 |
Color Harmonies of #99FB10
Complementary color
Monochromatic Colors of #99FB10
Black with #99FB10
Text Example
Text Example
White with #99FB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FB10; }
p { color: rgb(153,251,16); }
H1.HeaderClassName
{
color: #99FB10;
}
.AnyTagClassName
{
color: #99FB10;
}
</style>
background-color css
<style>
a { background-color: #99FB10; }
a { background-color: rgb(153,251,16); }
div.DivClassName
{
background-color: #99FB10;
}
.BgClassName
{
background-color: #99FB10;
}
</style>
border-color css
<style>
span { border-color: #99FB10; }
span { border-color: rgb(153,251,16); }
td.TdClassName
{
border-color: #99FB10;
}
.TagClassName
{
border-color: #99FB10;
}
</style>