Shades of Spring Bud #9FF710
Tints of Spring Bud #9FF710
RGB
CMYK
RGB Variations
Color information
#9FF710 (or 0x9FF710) is known color: Spring Bud. HEX triplet: 9F, F7 and 10. RGB value is (159,247,16). Sum of RGB (Red+Green+Blue) = 159+247+16=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 247 (96.88% from 255 or 58.53% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF710 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF710 is #6008EF. Grayscale: #C3C3C3. Windows color (decimal): -6293744 or 1111967. OLE color: 1111967.
HSL color Cylindrical-coordinate representation of color #9FF710: hue angle of 82.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FF710 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 247 | 16 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.03 |
| HSL | 82.86º | 0.94% | 0.52% | - |
| HSV(B) | 82.86º | 0.94% | 0.97% | - |
| XYZ | 47.65 | 73.93 | 12.25 | - |
| YUV | 194.35 | 27.35 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 247 | 16 | 0.36 | 0 | 0.94 | 0.03 | 82.86 | 0.94 | 0.52 |
| Hex | 9F | F7 | 10 | 24 | 0 | 5E | 3 | 53 | 5E | 34 |
| Octal | 237 | 367 | 20 | 44 | 0 | 136 | 3 | 123 | 136 | 64 |
| Binary | 10011111 | 11110111 | 10000 | 100100 | 0 | 1011110 | 11 | 1010011 | 1011110 | 110100 |
Color Harmonies of #9FF710
Complementary color
Monochromatic Colors of #9FF710
Black with #9FF710
Text Example
Text Example
White with #9FF710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF710; }
p { color: rgb(159,247,16); }
H1.HeaderClassName
{
color: #9FF710;
}
.AnyTagClassName
{
color: #9FF710;
}
</style>
background-color css
<style>
a { background-color: #9FF710; }
a { background-color: rgb(159,247,16); }
div.DivClassName
{
background-color: #9FF710;
}
.BgClassName
{
background-color: #9FF710;
}
</style>
border-color css
<style>
span { border-color: #9FF710; }
span { border-color: rgb(159,247,16); }
td.TdClassName
{
border-color: #9FF710;
}
.TagClassName
{
border-color: #9FF710;
}
</style>