Shades of Spring Bud #9DFC04
Tints of Spring Bud #9DFC04
RGB
CMYK
RGB Variations
Color information
#9DFC04 (or 0x9DFC04) is known color: Spring Bud. HEX triplet: 9D, FC and 04. RGB value is (157,252,4). Sum of RGB (Red+Green+Blue) = 157+252+4=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFC04 is #6203FB. Grayscale: #C4C4C4. Windows color (decimal): -6423548 or 326813. OLE color: 326813.
HSL color Cylindrical-coordinate representation of color #9DFC04: hue angle of 82.98º 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 #9DFC04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.01 |
| HSL | 82.98º | 0.98% | 0.5% | - |
| HSV(B) | 82.98º | 0.98% | 0.99% | - |
| XYZ | 48.74 | 76.8 | 12.37 | - |
| YUV | 195.32 | 20.03 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 4 | 0.38 | 0 | 0.98 | 0.01 | 82.98 | 0.98 | 0.5 |
| Hex | 9D | FC | 4 | 26 | 0 | 62 | 1 | 53 | 62 | 32 |
| Octal | 235 | 374 | 4 | 46 | 0 | 142 | 1 | 123 | 142 | 62 |
| Binary | 10011101 | 11111100 | 100 | 100110 | 0 | 1100010 | 1 | 1010011 | 1100010 | 110010 |
Color Harmonies of #9DFC04
Complementary color
Monochromatic Colors of #9DFC04
Black with #9DFC04
Text Example
Text Example
White with #9DFC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC04; }
p { color: rgb(157,252,4); }
H1.HeaderClassName
{
color: #9DFC04;
}
.AnyTagClassName
{
color: #9DFC04;
}
</style>
background-color css
<style>
a { background-color: #9DFC04; }
a { background-color: rgb(157,252,4); }
div.DivClassName
{
background-color: #9DFC04;
}
.BgClassName
{
background-color: #9DFC04;
}
</style>
border-color css
<style>
span { border-color: #9DFC04; }
span { border-color: rgb(157,252,4); }
td.TdClassName
{
border-color: #9DFC04;
}
.TagClassName
{
border-color: #9DFC04;
}
</style>