Shades of Spring Bud #99F313
Tints of Spring Bud #99F313
RGB
CMYK
RGB Variations
Color information
#99F313 (or 0x99F313) is known color: Spring Bud. HEX triplet: 99, F3 and 13. RGB value is (153,243,19). Sum of RGB (Red+Green+Blue) = 153+243+19=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 243 (95.31% from 255 or 58.55% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 243 - color contains mainly: green. Hex color #99F313 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F313 is #660CEC. Grayscale: #BFBFBF. Windows color (decimal): -6687981 or 1307545. OLE color: 1307545.
HSL color Cylindrical-coordinate representation of color #99F313: hue angle of 84.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99F313 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 243 | 19 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.05 |
| HSL | 84.11º | 0.9% | 0.51% | - |
| HSV(B) | 84.11º | 0.92% | 0.95% | - |
| XYZ | 45.31 | 70.92 | 11.92 | - |
| YUV | 190.55 | 31.18 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 243 | 19 | 0.37 | 0 | 0.92 | 0.05 | 84.11 | 0.9 | 0.51 |
| Hex | 99 | F3 | 13 | 25 | 0 | 5C | 5 | 54 | 5A | 33 |
| Octal | 231 | 363 | 23 | 45 | 0 | 134 | 5 | 124 | 132 | 63 |
| Binary | 10011001 | 11110011 | 10011 | 100101 | 0 | 1011100 | 101 | 1010100 | 1011010 | 110011 |
Color Harmonies of #99F313
Complementary color
Monochromatic Colors of #99F313
Black with #99F313
Text Example
Text Example
White with #99F313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F313; }
p { color: rgb(153,243,19); }
H1.HeaderClassName
{
color: #99F313;
}
.AnyTagClassName
{
color: #99F313;
}
</style>
background-color css
<style>
a { background-color: #99F313; }
a { background-color: rgb(153,243,19); }
div.DivClassName
{
background-color: #99F313;
}
.BgClassName
{
background-color: #99F313;
}
</style>
border-color css
<style>
span { border-color: #99F313; }
span { border-color: rgb(153,243,19); }
td.TdClassName
{
border-color: #99F313;
}
.TagClassName
{
border-color: #99F313;
}
</style>