Shades of Spring Bud #99F013
Tints of Spring Bud #99F013
RGB
CMYK
RGB Variations
Color information
#99F013 (or 0x99F013) is known color: Spring Bud. HEX triplet: 99, F0 and 13. RGB value is (153,240,19). Sum of RGB (Red+Green+Blue) = 153+240+19=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #99F013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F013 is #660FEC. Grayscale: #BDBDBD. Windows color (decimal): -6688749 or 1306777. OLE color: 1306777.
HSL color Cylindrical-coordinate representation of color #99F013: hue angle of 83.62º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99F013 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 19 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.06 |
| HSL | 83.62º | 0.88% | 0.51% | - |
| HSV(B) | 83.62º | 0.92% | 0.94% | - |
| XYZ | 44.41 | 69.14 | 11.62 | - |
| YUV | 188.79 | 32.18 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 19 | 0.36 | 0 | 0.92 | 0.06 | 83.62 | 0.88 | 0.51 |
| Hex | 99 | F0 | 13 | 24 | 0 | 5C | 6 | 54 | 58 | 33 |
| Octal | 231 | 360 | 23 | 44 | 0 | 134 | 6 | 124 | 130 | 63 |
| Binary | 10011001 | 11110000 | 10011 | 100100 | 0 | 1011100 | 110 | 1010100 | 1011000 | 110011 |
Color Harmonies of #99F013
Complementary color
Monochromatic Colors of #99F013
Black with #99F013
Text Example
Text Example
White with #99F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F013; }
p { color: rgb(153,240,19); }
H1.HeaderClassName
{
color: #99F013;
}
.AnyTagClassName
{
color: #99F013;
}
</style>
background-color css
<style>
a { background-color: #99F013; }
a { background-color: rgb(153,240,19); }
div.DivClassName
{
background-color: #99F013;
}
.BgClassName
{
background-color: #99F013;
}
</style>
border-color css
<style>
span { border-color: #99F013; }
span { border-color: rgb(153,240,19); }
td.TdClassName
{
border-color: #99F013;
}
.TagClassName
{
border-color: #99F013;
}
</style>