Shades of Spring Bud #9CFD0D
Tints of Spring Bud #9CFD0D
RGB
CMYK
RGB Variations
Color information
#9CFD0D (or 0x9CFD0D) is known color: Spring Bud. HEX triplet: 9C, FD and 0D. RGB value is (156,253,13). Sum of RGB (Red+Green+Blue) = 156+253+13=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 253 (99.22% from 255 or 59.95% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFD0D is #6302F2. Grayscale: #C5C5C5. Windows color (decimal): -6488819 or 916892. OLE color: 916892.
HSL color Cylindrical-coordinate representation of color #9CFD0D: hue angle of 84.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CFD0D is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 13 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.01 |
| HSL | 84.25º | 0.98% | 0.52% | - |
| HSV(B) | 84.25º | 0.95% | 0.99% | - |
| XYZ | 48.91 | 77.35 | 12.73 | - |
| YUV | 196.64 | 24.36 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 13 | 0.38 | 0 | 0.95 | 0.01 | 84.25 | 0.98 | 0.52 |
| Hex | 9C | FD | D | 26 | 0 | 5F | 1 | 54 | 62 | 34 |
| Octal | 234 | 375 | 15 | 46 | 0 | 137 | 1 | 124 | 142 | 64 |
| Binary | 10011100 | 11111101 | 1101 | 100110 | 0 | 1011111 | 1 | 1010100 | 1100010 | 110100 |
Color Harmonies of #9CFD0D
Complementary color
Monochromatic Colors of #9CFD0D
Black with #9CFD0D
Text Example
Text Example
White with #9CFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFD0D; }
p { color: rgb(156,253,13); }
H1.HeaderClassName
{
color: #9CFD0D;
}
.AnyTagClassName
{
color: #9CFD0D;
}
</style>
background-color css
<style>
a { background-color: #9CFD0D; }
a { background-color: rgb(156,253,13); }
div.DivClassName
{
background-color: #9CFD0D;
}
.BgClassName
{
background-color: #9CFD0D;
}
</style>
border-color css
<style>
span { border-color: #9CFD0D; }
span { border-color: rgb(156,253,13); }
td.TdClassName
{
border-color: #9CFD0D;
}
.TagClassName
{
border-color: #9CFD0D;
}
</style>