Shades of Spring Bud #9FFC04
Tints of Spring Bud #9FFC04
RGB
CMYK
RGB Variations
Color information
#9FFC04 (or 0x9FFC04) is known color: Spring Bud. HEX triplet: 9F, FC and 04. RGB value is (159,252,4). Sum of RGB (Red+Green+Blue) = 159+252+4=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFC04 is #6003FB. Grayscale: #C4C4C4. Windows color (decimal): -6292476 or 326815. OLE color: 326815.
HSL color Cylindrical-coordinate representation of color #9FFC04: hue angle of 82.5º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FFC04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.01 |
| HSL | 82.5º | 0.98% | 0.5% | - |
| HSV(B) | 82.5º | 0.98% | 0.99% | - |
| XYZ | 49.13 | 77 | 12.39 | - |
| YUV | 195.92 | 19.69 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 4 | 0.37 | 0 | 0.98 | 0.01 | 82.5 | 0.98 | 0.5 |
| Hex | 9F | FC | 4 | 25 | 0 | 62 | 1 | 52 | 62 | 32 |
| Octal | 237 | 374 | 4 | 45 | 0 | 142 | 1 | 122 | 142 | 62 |
| Binary | 10011111 | 11111100 | 100 | 100101 | 0 | 1100010 | 1 | 1010010 | 1100010 | 110010 |
Color Harmonies of #9FFC04
Complementary color
Monochromatic Colors of #9FFC04
Black with #9FFC04
Text Example
Text Example
White with #9FFC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC04; }
p { color: rgb(159,252,4); }
H1.HeaderClassName
{
color: #9FFC04;
}
.AnyTagClassName
{
color: #9FFC04;
}
</style>
background-color css
<style>
a { background-color: #9FFC04; }
a { background-color: rgb(159,252,4); }
div.DivClassName
{
background-color: #9FFC04;
}
.BgClassName
{
background-color: #9FFC04;
}
</style>
border-color css
<style>
span { border-color: #9FFC04; }
span { border-color: rgb(159,252,4); }
td.TdClassName
{
border-color: #9FFC04;
}
.TagClassName
{
border-color: #9FFC04;
}
</style>