Shades of Spring Bud #9FFD00
Tints of Spring Bud #9FFD00
RGB
CMYK
RGB Variations
Color information
#9FFD00 (or 0x9FFD00) is known color: Spring Bud. HEX triplet: 9F, FD and 00. RGB value is (159,253,0). Sum of RGB (Red+Green+Blue) = 159+253+0=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 253 (99.22% from 255 or 61.41% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFD00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFD00 is #6002FF. Grayscale: #C4C4C4. Windows color (decimal): -6292224 or 64927. OLE color: 64927.
HSL color Cylindrical-coordinate representation of color #9FFD00: hue angle of 82.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FFD00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.01 |
| HSL | 82.29º | 1% | 0.5% | - |
| HSV(B) | 82.29º | 1% | 0.99% | - |
| XYZ | 49.42 | 77.62 | 12.38 | - |
| YUV | 196.05 | 17.36 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 0 | 0.37 | 0 | 1 | 0.01 | 82.29 | 1 | 0.5 |
| Hex | 9F | FD | 0 | 25 | 0 | 64 | 1 | 52 | 64 | 32 |
| Octal | 237 | 375 | 0 | 45 | 0 | 144 | 1 | 122 | 144 | 62 |
| Binary | 10011111 | 11111101 | 0 | 100101 | 0 | 1100100 | 1 | 1010010 | 1100100 | 110010 |
Color Harmonies of #9FFD00
Complementary color
Monochromatic Colors of #9FFD00
Black with #9FFD00
Text Example
Text Example
White with #9FFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFD00; }
p { color: rgb(159,253,0); }
H1.HeaderClassName
{
color: #9FFD00;
}
.AnyTagClassName
{
color: #9FFD00;
}
</style>
background-color css
<style>
a { background-color: #9FFD00; }
a { background-color: rgb(159,253,0); }
div.DivClassName
{
background-color: #9FFD00;
}
.BgClassName
{
background-color: #9FFD00;
}
</style>
border-color css
<style>
span { border-color: #9FFD00; }
span { border-color: rgb(159,253,0); }
td.TdClassName
{
border-color: #9FFD00;
}
.TagClassName
{
border-color: #9FFD00;
}
</style>