Shades of Spring Bud #9FF500
Tints of Spring Bud #9FF500
RGB
CMYK
RGB Variations
Color information
#9FF500 (or 0x9FF500) is known color: Spring Bud. HEX triplet: 9F, F5 and 00. RGB value is (159,245,0). Sum of RGB (Red+Green+Blue) = 159+245+0=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 245 (96.09% from 255 or 60.64% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 245 - color contains mainly: green. Hex color #9FF500 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF500 is #600AFF. Grayscale: #C0C0C0. Windows color (decimal): -6294272 or 62879. OLE color: 62879.
HSL color Cylindrical-coordinate representation of color #9FF500: hue angle of 81.06º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FF500 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 245 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.04 |
| HSL | 81.06º | 1% | 0.48% | - |
| HSV(B) | 81.06º | 1% | 0.96% | - |
| XYZ | 46.95 | 72.68 | 11.55 | - |
| YUV | 191.36 | 20.01 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 245 | 0 | 0.35 | 0 | 1 | 0.04 | 81.06 | 1 | 0.48 |
| Hex | 9F | F5 | 0 | 23 | 0 | 64 | 4 | 51 | 64 | 30 |
| Octal | 237 | 365 | 0 | 43 | 0 | 144 | 4 | 121 | 144 | 60 |
| Binary | 10011111 | 11110101 | 0 | 100011 | 0 | 1100100 | 100 | 1010001 | 1100100 | 110000 |
Color Harmonies of #9FF500
Complementary color
Monochromatic Colors of #9FF500
Black with #9FF500
Text Example
Text Example
White with #9FF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF500; }
p { color: rgb(159,245,0); }
H1.HeaderClassName
{
color: #9FF500;
}
.AnyTagClassName
{
color: #9FF500;
}
</style>
background-color css
<style>
a { background-color: #9FF500; }
a { background-color: rgb(159,245,0); }
div.DivClassName
{
background-color: #9FF500;
}
.BgClassName
{
background-color: #9FF500;
}
</style>
border-color css
<style>
span { border-color: #9FF500; }
span { border-color: rgb(159,245,0); }
td.TdClassName
{
border-color: #9FF500;
}
.TagClassName
{
border-color: #9FF500;
}
</style>