Shades of Spring Bud #9DFD18
Tints of Spring Bud #9DFD18
RGB
CMYK
RGB Variations
Color information
#9DFD18 (or 0x9DFD18) is known color: Spring Bud. HEX triplet: 9D, FD and 18. RGB value is (157,253,24). Sum of RGB (Red+Green+Blue) = 157+253+24=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 253 (99.22% from 255 or 58.29% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFD18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFD18 is #6202E7. Grayscale: #C7C7C7. Windows color (decimal): -6423272 or 1637789. OLE color: 1637789.
HSL color Cylindrical-coordinate representation of color #9DFD18: hue angle of 85.15º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DFD18 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 24 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.01 |
| HSL | 85.15º | 0.98% | 0.54% | - |
| HSV(B) | 85.15º | 0.91% | 0.99% | - |
| XYZ | 49.19 | 77.48 | 13.23 | - |
| YUV | 198.19 | 29.7 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 24 | 0.38 | 0 | 0.91 | 0.01 | 85.15 | 0.98 | 0.54 |
| Hex | 9D | FD | 18 | 26 | 0 | 5B | 1 | 55 | 62 | 36 |
| Octal | 235 | 375 | 30 | 46 | 0 | 133 | 1 | 125 | 142 | 66 |
| Binary | 10011101 | 11111101 | 11000 | 100110 | 0 | 1011011 | 1 | 1010101 | 1100010 | 110110 |
Color Harmonies of #9DFD18
Complementary color
Monochromatic Colors of #9DFD18
Black with #9DFD18
Text Example
Text Example
White with #9DFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFD18; }
p { color: rgb(157,253,24); }
H1.HeaderClassName
{
color: #9DFD18;
}
.AnyTagClassName
{
color: #9DFD18;
}
</style>
background-color css
<style>
a { background-color: #9DFD18; }
a { background-color: rgb(157,253,24); }
div.DivClassName
{
background-color: #9DFD18;
}
.BgClassName
{
background-color: #9DFD18;
}
</style>
border-color css
<style>
span { border-color: #9DFD18; }
span { border-color: rgb(157,253,24); }
td.TdClassName
{
border-color: #9DFD18;
}
.TagClassName
{
border-color: #9DFD18;
}
</style>