Shades of Spring Bud #99F213
Tints of Spring Bud #99F213
RGB
CMYK
RGB Variations
Color information
#99F213 (or 0x99F213) is known color: Spring Bud. HEX triplet: 99, F2 and 13. RGB value is (153,242,19). Sum of RGB (Red+Green+Blue) = 153+242+19=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #99F213 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F213 is #660DEC. Grayscale: #BEBEBE. Windows color (decimal): -6688237 or 1307289. OLE color: 1307289.
HSL color Cylindrical-coordinate representation of color #99F213: hue angle of 83.95º 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 #99F213 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 19 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.05 |
| HSL | 83.95º | 0.9% | 0.51% | - |
| HSV(B) | 83.95º | 0.92% | 0.95% | - |
| XYZ | 45.01 | 70.32 | 11.82 | - |
| YUV | 189.97 | 31.51 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 19 | 0.37 | 0 | 0.92 | 0.05 | 83.95 | 0.9 | 0.51 |
| Hex | 99 | F2 | 13 | 25 | 0 | 5C | 5 | 54 | 5A | 33 |
| Octal | 231 | 362 | 23 | 45 | 0 | 134 | 5 | 124 | 132 | 63 |
| Binary | 10011001 | 11110010 | 10011 | 100101 | 0 | 1011100 | 101 | 1010100 | 1011010 | 110011 |
Color Harmonies of #99F213
Complementary color
Monochromatic Colors of #99F213
Black with #99F213
Text Example
Text Example
White with #99F213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F213; }
p { color: rgb(153,242,19); }
H1.HeaderClassName
{
color: #99F213;
}
.AnyTagClassName
{
color: #99F213;
}
</style>
background-color css
<style>
a { background-color: #99F213; }
a { background-color: rgb(153,242,19); }
div.DivClassName
{
background-color: #99F213;
}
.BgClassName
{
background-color: #99F213;
}
</style>
border-color css
<style>
span { border-color: #99F213; }
span { border-color: rgb(153,242,19); }
td.TdClassName
{
border-color: #99F213;
}
.TagClassName
{
border-color: #99F213;
}
</style>