Shades of Spring Bud #9DFC00
Tints of Spring Bud #9DFC00
RGB
CMYK
RGB Variations
Color information
#9DFC00 (or 0x9DFC00) is known color: Spring Bud. HEX triplet: 9D, FC and 00. RGB value is (157,252,0). Sum of RGB (Red+Green+Blue) = 157+252+0=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 252 (98.83% from 255 or 61.61% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFC00 is #6203FF. Grayscale: #C3C3C3. Windows color (decimal): -6423552 or 64669. OLE color: 64669.
HSL color Cylindrical-coordinate representation of color #9DFC00: hue angle of 82.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DFC00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.01 |
| HSL | 82.62º | 1% | 0.49% | - |
| HSV(B) | 82.62º | 1% | 0.99% | - |
| XYZ | 48.72 | 76.79 | 12.25 | - |
| YUV | 194.87 | 18.03 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 0 | 0.38 | 0 | 1 | 0.01 | 82.62 | 1 | 0.49 |
| Hex | 9D | FC | 0 | 26 | 0 | 64 | 1 | 53 | 64 | 31 |
| Octal | 235 | 374 | 0 | 46 | 0 | 144 | 1 | 123 | 144 | 61 |
| Binary | 10011101 | 11111100 | 0 | 100110 | 0 | 1100100 | 1 | 1010011 | 1100100 | 110001 |
Color Harmonies of #9DFC00
Complementary color
Monochromatic Colors of #9DFC00
Black with #9DFC00
Text Example
Text Example
White with #9DFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC00; }
p { color: rgb(157,252,0); }
H1.HeaderClassName
{
color: #9DFC00;
}
.AnyTagClassName
{
color: #9DFC00;
}
</style>
background-color css
<style>
a { background-color: #9DFC00; }
a { background-color: rgb(157,252,0); }
div.DivClassName
{
background-color: #9DFC00;
}
.BgClassName
{
background-color: #9DFC00;
}
</style>
border-color css
<style>
span { border-color: #9DFC00; }
span { border-color: rgb(157,252,0); }
td.TdClassName
{
border-color: #9DFC00;
}
.TagClassName
{
border-color: #9DFC00;
}
</style>