Shades of Spring Bud #9FF711
Tints of Spring Bud #9FF711
RGB
CMYK
RGB Variations
Color information
#9FF711 (or 0x9FF711) is known color: Spring Bud. HEX triplet: 9F, F7 and 11. RGB value is (159,247,17). Sum of RGB (Red+Green+Blue) = 159+247+17=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 247 (96.88% from 255 or 58.39% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF711 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF711 is #6008EE. Grayscale: #C3C3C3. Windows color (decimal): -6293743 or 1177503. OLE color: 1177503.
HSL color Cylindrical-coordinate representation of color #9FF711: hue angle of 82.96º degrees, saturation: 0.93, 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 #9FF711 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 247 | 17 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.03 |
| HSL | 82.96º | 0.93% | 0.52% | - |
| HSV(B) | 82.96º | 0.93% | 0.97% | - |
| XYZ | 47.66 | 73.93 | 12.29 | - |
| YUV | 194.47 | 27.85 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 247 | 17 | 0.36 | 0 | 0.93 | 0.03 | 82.96 | 0.93 | 0.52 |
| Hex | 9F | F7 | 11 | 24 | 0 | 5D | 3 | 53 | 5D | 34 |
| Octal | 237 | 367 | 21 | 44 | 0 | 135 | 3 | 123 | 135 | 64 |
| Binary | 10011111 | 11110111 | 10001 | 100100 | 0 | 1011101 | 11 | 1010011 | 1011101 | 110100 |
Color Harmonies of #9FF711
Complementary color
Monochromatic Colors of #9FF711
Black with #9FF711
Text Example
Text Example
White with #9FF711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF711; }
p { color: rgb(159,247,17); }
H1.HeaderClassName
{
color: #9FF711;
}
.AnyTagClassName
{
color: #9FF711;
}
</style>
background-color css
<style>
a { background-color: #9FF711; }
a { background-color: rgb(159,247,17); }
div.DivClassName
{
background-color: #9FF711;
}
.BgClassName
{
background-color: #9FF711;
}
</style>
border-color css
<style>
span { border-color: #9FF711; }
span { border-color: rgb(159,247,17); }
td.TdClassName
{
border-color: #9FF711;
}
.TagClassName
{
border-color: #9FF711;
}
</style>