Shades of Spring Bud #99FA15
Tints of Spring Bud #99FA15
RGB
CMYK
RGB Variations
Color information
#99FA15 (or 0x99FA15) is known color: Spring Bud. HEX triplet: 99, FA and 15. RGB value is (153,250,21). Sum of RGB (Red+Green+Blue) = 153+250+21=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FA15 is #6605EA. Grayscale: #C3C3C3. Windows color (decimal): -6686187 or 1440409. OLE color: 1440409.
HSL color Cylindrical-coordinate representation of color #99FA15: hue angle of 85.41º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99FA15 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 21 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.02 |
| HSL | 85.41º | 0.96% | 0.53% | - |
| HSV(B) | 85.41º | 0.92% | 0.98% | - |
| XYZ | 47.46 | 75.2 | 12.72 | - |
| YUV | 194.89 | 29.86 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 21 | 0.39 | 0 | 0.92 | 0.02 | 85.41 | 0.96 | 0.53 |
| Hex | 99 | FA | 15 | 27 | 0 | 5C | 2 | 55 | 60 | 35 |
| Octal | 231 | 372 | 25 | 47 | 0 | 134 | 2 | 125 | 140 | 65 |
| Binary | 10011001 | 11111010 | 10101 | 100111 | 0 | 1011100 | 10 | 1010101 | 1100000 | 110101 |
Color Harmonies of #99FA15
Complementary color
Monochromatic Colors of #99FA15
Black with #99FA15
Text Example
Text Example
White with #99FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA15; }
p { color: rgb(153,250,21); }
H1.HeaderClassName
{
color: #99FA15;
}
.AnyTagClassName
{
color: #99FA15;
}
</style>
background-color css
<style>
a { background-color: #99FA15; }
a { background-color: rgb(153,250,21); }
div.DivClassName
{
background-color: #99FA15;
}
.BgClassName
{
background-color: #99FA15;
}
</style>
border-color css
<style>
span { border-color: #99FA15; }
span { border-color: rgb(153,250,21); }
td.TdClassName
{
border-color: #99FA15;
}
.TagClassName
{
border-color: #99FA15;
}
</style>