Shades of Spring Bud #99FF15
Tints of Spring Bud #99FF15
RGB
CMYK
RGB Variations
Color information
#99FF15 (or 0x99FF15) is known color: Spring Bud. HEX triplet: 99, FF and 15. RGB value is (153,255,21). Sum of RGB (Red+Green+Blue) = 153+255+21=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #99FF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FF15 is #6600EA. Grayscale: #C6C6C6. Windows color (decimal): -6684907 or 1441689. OLE color: 1441689.
HSL color Cylindrical-coordinate representation of color #99FF15: hue angle of 86.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99FF15 is Cyan = 0.4, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 21 | - |
| CMYK | 0.4 | 0 | 0.92 | 0 |
| HSL | 86.15º | 1% | 0.54% | - |
| HSV(B) | 86.15º | 0.92% | 1% | - |
| XYZ | 49.03 | 78.35 | 13.25 | - |
| YUV | 197.83 | 28.21 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 21 | 0.4 | 0 | 0.92 | 0 | 86.15 | 1 | 0.54 |
| Hex | 99 | FF | 15 | 28 | 0 | 5C | 0 | 56 | 64 | 36 |
| Octal | 231 | 377 | 25 | 50 | 0 | 134 | 0 | 126 | 144 | 66 |
| Binary | 10011001 | 11111111 | 10101 | 101000 | 0 | 1011100 | 0 | 1010110 | 1100100 | 110110 |
Color Harmonies of #99FF15
Complementary color
Monochromatic Colors of #99FF15
Black with #99FF15
Text Example
Text Example
White with #99FF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FF15; }
p { color: rgb(153,255,21); }
H1.HeaderClassName
{
color: #99FF15;
}
.AnyTagClassName
{
color: #99FF15;
}
</style>
background-color css
<style>
a { background-color: #99FF15; }
a { background-color: rgb(153,255,21); }
div.DivClassName
{
background-color: #99FF15;
}
.BgClassName
{
background-color: #99FF15;
}
</style>
border-color css
<style>
span { border-color: #99FF15; }
span { border-color: rgb(153,255,21); }
td.TdClassName
{
border-color: #99FF15;
}
.TagClassName
{
border-color: #99FF15;
}
</style>