Shades of Spring Bud #99F310
Tints of Spring Bud #99F310
RGB
CMYK
RGB Variations
Color information
#99F310 (or 0x99F310) is known color: Spring Bud. HEX triplet: 99, F3 and 10. RGB value is (153,243,16). Sum of RGB (Red+Green+Blue) = 153+243+16=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 243 (95.31% from 255 or 58.98% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 243 - color contains mainly: green. Hex color #99F310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F310 is #660CEF. Grayscale: #BFBFBF. Windows color (decimal): -6687984 or 1110937. OLE color: 1110937.
HSL color Cylindrical-coordinate representation of color #99F310: hue angle of 83.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99F310 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 243 | 16 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.05 |
| HSL | 83.79º | 0.9% | 0.51% | - |
| HSV(B) | 83.79º | 0.93% | 0.95% | - |
| XYZ | 45.28 | 70.91 | 11.79 | - |
| YUV | 190.21 | 29.68 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 243 | 16 | 0.37 | 0 | 0.93 | 0.05 | 83.79 | 0.9 | 0.51 |
| Hex | 99 | F3 | 10 | 25 | 0 | 5D | 5 | 54 | 5A | 33 |
| Octal | 231 | 363 | 20 | 45 | 0 | 135 | 5 | 124 | 132 | 63 |
| Binary | 10011001 | 11110011 | 10000 | 100101 | 0 | 1011101 | 101 | 1010100 | 1011010 | 110011 |
Color Harmonies of #99F310
Complementary color
Monochromatic Colors of #99F310
Black with #99F310
Text Example
Text Example
White with #99F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F310; }
p { color: rgb(153,243,16); }
H1.HeaderClassName
{
color: #99F310;
}
.AnyTagClassName
{
color: #99F310;
}
</style>
background-color css
<style>
a { background-color: #99F310; }
a { background-color: rgb(153,243,16); }
div.DivClassName
{
background-color: #99F310;
}
.BgClassName
{
background-color: #99F310;
}
</style>
border-color css
<style>
span { border-color: #99F310; }
span { border-color: rgb(153,243,16); }
td.TdClassName
{
border-color: #99F310;
}
.TagClassName
{
border-color: #99F310;
}
</style>