Shades of Spring Bud #9FF411
Tints of Spring Bud #9FF411
RGB
CMYK
RGB Variations
Color information
#9FF411 (or 0x9FF411) is known color: Spring Bud. HEX triplet: 9F, F4 and 11. RGB value is (159,244,17). Sum of RGB (Red+Green+Blue) = 159+244+17=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF411 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF411 is #600BEE. Grayscale: #C1C1C1. Windows color (decimal): -6294511 or 1176735. OLE color: 1176735.
HSL color Cylindrical-coordinate representation of color #9FF411: hue angle of 82.47º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FF411 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 244 | 17 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.04 |
| HSL | 82.47º | 0.91% | 0.51% | - |
| HSV(B) | 82.47º | 0.93% | 0.96% | - |
| XYZ | 46.75 | 72.11 | 11.99 | - |
| YUV | 192.71 | 28.84 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 244 | 17 | 0.35 | 0 | 0.93 | 0.04 | 82.47 | 0.91 | 0.51 |
| Hex | 9F | F4 | 11 | 23 | 0 | 5D | 4 | 52 | 5B | 33 |
| Octal | 237 | 364 | 21 | 43 | 0 | 135 | 4 | 122 | 133 | 63 |
| Binary | 10011111 | 11110100 | 10001 | 100011 | 0 | 1011101 | 100 | 1010010 | 1011011 | 110011 |
Color Harmonies of #9FF411
Complementary color
Monochromatic Colors of #9FF411
Black with #9FF411
Text Example
Text Example
White with #9FF411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF411; }
p { color: rgb(159,244,17); }
H1.HeaderClassName
{
color: #9FF411;
}
.AnyTagClassName
{
color: #9FF411;
}
</style>
background-color css
<style>
a { background-color: #9FF411; }
a { background-color: rgb(159,244,17); }
div.DivClassName
{
background-color: #9FF411;
}
.BgClassName
{
background-color: #9FF411;
}
</style>
border-color css
<style>
span { border-color: #9FF411; }
span { border-color: rgb(159,244,17); }
td.TdClassName
{
border-color: #9FF411;
}
.TagClassName
{
border-color: #9FF411;
}
</style>