Shades of Spring Bud #9FF700
Tints of Spring Bud #9FF700
RGB
CMYK
RGB Variations
Color information
#9FF700 (or 0x9FF700) is known color: Spring Bud. HEX triplet: 9F, F7 and 00. RGB value is (159,247,0). Sum of RGB (Red+Green+Blue) = 159+247+0=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 247 (96.88% from 255 or 60.84% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF700 is #6008FF. Grayscale: #C1C1C1. Windows color (decimal): -6293760 or 63391. OLE color: 63391.
HSL color Cylindrical-coordinate representation of color #9FF700: hue angle of 81.38º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FF700 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 247 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.03 |
| HSL | 81.38º | 1% | 0.48% | - |
| HSV(B) | 81.38º | 1% | 0.97% | - |
| XYZ | 47.56 | 73.89 | 11.76 | - |
| YUV | 192.53 | 19.35 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 247 | 0 | 0.36 | 0 | 1 | 0.03 | 81.38 | 1 | 0.48 |
| Hex | 9F | F7 | 0 | 24 | 0 | 64 | 3 | 51 | 64 | 30 |
| Octal | 237 | 367 | 0 | 44 | 0 | 144 | 3 | 121 | 144 | 60 |
| Binary | 10011111 | 11110111 | 0 | 100100 | 0 | 1100100 | 11 | 1010001 | 1100100 | 110000 |
Color Harmonies of #9FF700
Complementary color
Monochromatic Colors of #9FF700
Black with #9FF700
Text Example
Text Example
White with #9FF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF700; }
p { color: rgb(159,247,0); }
H1.HeaderClassName
{
color: #9FF700;
}
.AnyTagClassName
{
color: #9FF700;
}
</style>
background-color css
<style>
a { background-color: #9FF700; }
a { background-color: rgb(159,247,0); }
div.DivClassName
{
background-color: #9FF700;
}
.BgClassName
{
background-color: #9FF700;
}
</style>
border-color css
<style>
span { border-color: #9FF700; }
span { border-color: rgb(159,247,0); }
td.TdClassName
{
border-color: #9FF700;
}
.TagClassName
{
border-color: #9FF700;
}
</style>