Shades of Spring Bud #9FF811
Tints of Spring Bud #9FF811
RGB
CMYK
RGB Variations
Color information
#9FF811 (or 0x9FF811) is known color: Spring Bud. HEX triplet: 9F, F8 and 11. RGB value is (159,248,17). Sum of RGB (Red+Green+Blue) = 159+248+17=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 248 (97.27% from 255 or 58.49% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF811 is #6007EE. Grayscale: #C3C3C3. Windows color (decimal): -6293487 or 1177759. OLE color: 1177759.
HSL color Cylindrical-coordinate representation of color #9FF811: hue angle of 83.12º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FF811 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 248 | 17 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.03 |
| HSL | 83.12º | 0.94% | 0.52% | - |
| HSV(B) | 83.12º | 0.93% | 0.97% | - |
| XYZ | 47.97 | 74.55 | 12.39 | - |
| YUV | 195.06 | 27.51 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 248 | 17 | 0.36 | 0 | 0.93 | 0.03 | 83.12 | 0.94 | 0.52 |
| Hex | 9F | F8 | 11 | 24 | 0 | 5D | 3 | 53 | 5E | 34 |
| Octal | 237 | 370 | 21 | 44 | 0 | 135 | 3 | 123 | 136 | 64 |
| Binary | 10011111 | 11111000 | 10001 | 100100 | 0 | 1011101 | 11 | 1010011 | 1011110 | 110100 |
Color Harmonies of #9FF811
Complementary color
Monochromatic Colors of #9FF811
Black with #9FF811
Text Example
Text Example
White with #9FF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF811; }
p { color: rgb(159,248,17); }
H1.HeaderClassName
{
color: #9FF811;
}
.AnyTagClassName
{
color: #9FF811;
}
</style>
background-color css
<style>
a { background-color: #9FF811; }
a { background-color: rgb(159,248,17); }
div.DivClassName
{
background-color: #9FF811;
}
.BgClassName
{
background-color: #9FF811;
}
</style>
border-color css
<style>
span { border-color: #9FF811; }
span { border-color: rgb(159,248,17); }
td.TdClassName
{
border-color: #9FF811;
}
.TagClassName
{
border-color: #9FF811;
}
</style>