Shades of Spring Bud #99FA10
Tints of Spring Bud #99FA10
RGB
CMYK
RGB Variations
Color information
#99FA10 (or 0x99FA10) is known color: Spring Bud. HEX triplet: 99, FA and 10. RGB value is (153,250,16). Sum of RGB (Red+Green+Blue) = 153+250+16=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FA10 is #6605EF. Grayscale: #C3C3C3. Windows color (decimal): -6686192 or 1112729. OLE color: 1112729.
HSL color Cylindrical-coordinate representation of color #99FA10: hue angle of 84.87º degrees, saturation: 0.96, 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 #99FA10 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 16 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.02 |
| HSL | 84.87º | 0.96% | 0.52% | - |
| HSV(B) | 84.87º | 0.94% | 0.98% | - |
| XYZ | 47.42 | 75.18 | 12.5 | - |
| YUV | 194.32 | 27.36 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 16 | 0.39 | 0 | 0.94 | 0.02 | 84.87 | 0.96 | 0.52 |
| Hex | 99 | FA | 10 | 27 | 0 | 5E | 2 | 55 | 60 | 34 |
| Octal | 231 | 372 | 20 | 47 | 0 | 136 | 2 | 125 | 140 | 64 |
| Binary | 10011001 | 11111010 | 10000 | 100111 | 0 | 1011110 | 10 | 1010101 | 1100000 | 110100 |
Color Harmonies of #99FA10
Complementary color
Monochromatic Colors of #99FA10
Black with #99FA10
Text Example
Text Example
White with #99FA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA10; }
p { color: rgb(153,250,16); }
H1.HeaderClassName
{
color: #99FA10;
}
.AnyTagClassName
{
color: #99FA10;
}
</style>
background-color css
<style>
a { background-color: #99FA10; }
a { background-color: rgb(153,250,16); }
div.DivClassName
{
background-color: #99FA10;
}
.BgClassName
{
background-color: #99FA10;
}
</style>
border-color css
<style>
span { border-color: #99FA10; }
span { border-color: rgb(153,250,16); }
td.TdClassName
{
border-color: #99FA10;
}
.TagClassName
{
border-color: #99FA10;
}
</style>