Shades of Spring Bud #99F219
Tints of Spring Bud #99F219
RGB
CMYK
RGB Variations
Color information
#99F219 (or 0x99F219) is known color: Spring Bud. HEX triplet: 99, F2 and 19. RGB value is (153,242,25). Sum of RGB (Red+Green+Blue) = 153+242+25=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #99F219 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F219 is #660DE6. Grayscale: #BFBFBF. Windows color (decimal): -6688231 or 1700505. OLE color: 1700505.
HSL color Cylindrical-coordinate representation of color #99F219: hue angle of 84.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99F219 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 25 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.05 |
| HSL | 84.61º | 0.89% | 0.52% | - |
| HSV(B) | 84.61º | 0.9% | 0.95% | - |
| XYZ | 45.06 | 70.35 | 12.12 | - |
| YUV | 190.65 | 34.51 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 25 | 0.37 | 0 | 0.90 | 0.05 | 84.61 | 0.89 | 0.52 |
| Hex | 99 | F2 | 19 | 25 | 0 | 5A | 5 | 55 | 59 | 34 |
| Octal | 231 | 362 | 31 | 45 | 0 | 132 | 5 | 125 | 131 | 64 |
| Binary | 10011001 | 11110010 | 11001 | 100101 | 0 | 1011010 | 101 | 1010101 | 1011001 | 110100 |
Color Harmonies of #99F219
Complementary color
Monochromatic Colors of #99F219
Black with #99F219
Text Example
Text Example
White with #99F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F219; }
p { color: rgb(153,242,25); }
H1.HeaderClassName
{
color: #99F219;
}
.AnyTagClassName
{
color: #99F219;
}
</style>
background-color css
<style>
a { background-color: #99F219; }
a { background-color: rgb(153,242,25); }
div.DivClassName
{
background-color: #99F219;
}
.BgClassName
{
background-color: #99F219;
}
</style>
border-color css
<style>
span { border-color: #99F219; }
span { border-color: rgb(153,242,25); }
td.TdClassName
{
border-color: #99F219;
}
.TagClassName
{
border-color: #99F219;
}
</style>