Shades of Spring Bud #99F918
Tints of Spring Bud #99F918
RGB
CMYK
RGB Variations
Color information
#99F918 (or 0x99F918) is known color: Spring Bud. HEX triplet: 99, F9 and 18. RGB value is (153,249,24). Sum of RGB (Red+Green+Blue) = 153+249+24=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 249 (97.66% from 255 or 58.45% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 249 - color contains mainly: green. Hex color #99F918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F918 is #6606E7. Grayscale: #C3C3C3. Windows color (decimal): -6686440 or 1636761. OLE color: 1636761.
HSL color Cylindrical-coordinate representation of color #99F918: hue angle of 85.6º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99F918 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 249 | 24 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.02 |
| HSL | 85.6º | 0.95% | 0.54% | - |
| HSV(B) | 85.6º | 0.9% | 0.98% | - |
| XYZ | 47.18 | 74.59 | 12.77 | - |
| YUV | 194.65 | 31.7 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 249 | 24 | 0.39 | 0 | 0.90 | 0.02 | 85.6 | 0.95 | 0.54 |
| Hex | 99 | F9 | 18 | 27 | 0 | 5A | 2 | 56 | 5F | 36 |
| Octal | 231 | 371 | 30 | 47 | 0 | 132 | 2 | 126 | 137 | 66 |
| Binary | 10011001 | 11111001 | 11000 | 100111 | 0 | 1011010 | 10 | 1010110 | 1011111 | 110110 |
Color Harmonies of #99F918
Complementary color
Monochromatic Colors of #99F918
Black with #99F918
Text Example
Text Example
White with #99F918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F918; }
p { color: rgb(153,249,24); }
H1.HeaderClassName
{
color: #99F918;
}
.AnyTagClassName
{
color: #99F918;
}
</style>
background-color css
<style>
a { background-color: #99F918; }
a { background-color: rgb(153,249,24); }
div.DivClassName
{
background-color: #99F918;
}
.BgClassName
{
background-color: #99F918;
}
</style>
border-color css
<style>
span { border-color: #99F918; }
span { border-color: rgb(153,249,24); }
td.TdClassName
{
border-color: #99F918;
}
.TagClassName
{
border-color: #99F918;
}
</style>