Shades of Spring Bud #99FC16
Tints of Spring Bud #99FC16
RGB
CMYK
RGB Variations
Color information
#99FC16 (or 0x99FC16) is known color: Spring Bud. HEX triplet: 99, FC and 16. RGB value is (153,252,22). Sum of RGB (Red+Green+Blue) = 153+252+22=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #99FC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FC16 is #6603E9. Grayscale: #C4C4C4. Windows color (decimal): -6685674 or 1506457. OLE color: 1506457.
HSL color Cylindrical-coordinate representation of color #99FC16: hue angle of 85.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99FC16 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 252 | 22 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.01 |
| HSL | 85.83º | 0.97% | 0.54% | - |
| HSV(B) | 85.83º | 0.91% | 0.99% | - |
| XYZ | 48.09 | 76.45 | 12.98 | - |
| YUV | 196.18 | 29.7 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 22 | 0.39 | 0 | 0.91 | 0.01 | 85.83 | 0.97 | 0.54 |
| Hex | 99 | FC | 16 | 27 | 0 | 5B | 1 | 56 | 61 | 36 |
| Octal | 231 | 374 | 26 | 47 | 0 | 133 | 1 | 126 | 141 | 66 |
| Binary | 10011001 | 11111100 | 10110 | 100111 | 0 | 1011011 | 1 | 1010110 | 1100001 | 110110 |
Color Harmonies of #99FC16
Complementary color
Monochromatic Colors of #99FC16
Black with #99FC16
Text Example
Text Example
White with #99FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FC16; }
p { color: rgb(153,252,22); }
H1.HeaderClassName
{
color: #99FC16;
}
.AnyTagClassName
{
color: #99FC16;
}
</style>
background-color css
<style>
a { background-color: #99FC16; }
a { background-color: rgb(153,252,22); }
div.DivClassName
{
background-color: #99FC16;
}
.BgClassName
{
background-color: #99FC16;
}
</style>
border-color css
<style>
span { border-color: #99FC16; }
span { border-color: rgb(153,252,22); }
td.TdClassName
{
border-color: #99FC16;
}
.TagClassName
{
border-color: #99FC16;
}
</style>