Shades of Spring Bud #9DFF17
Tints of Spring Bud #9DFF17
RGB
CMYK
RGB Variations
Color information
#9DFF17 (or 0x9DFF17) is known color: Spring Bud. HEX triplet: 9D, FF and 17. RGB value is (157,255,23). Sum of RGB (Red+Green+Blue) = 157+255+23=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFF17 is #6200E8. Grayscale: #C8C8C8. Windows color (decimal): -6422761 or 1572765. OLE color: 1572765.
HSL color Cylindrical-coordinate representation of color #9DFF17: hue angle of 85.34º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DFF17 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 23 | - |
| CMYK | 0.38 | 0 | 0.91 | 0 |
| HSL | 85.34º | 1% | 0.55% | - |
| HSV(B) | 85.34º | 0.91% | 1% | - |
| XYZ | 49.82 | 78.75 | 13.39 | - |
| YUV | 199.25 | 28.53 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 23 | 0.38 | 0 | 0.91 | 0 | 85.34 | 1 | 0.55 |
| Hex | 9D | FF | 17 | 26 | 0 | 5B | 0 | 55 | 64 | 37 |
| Octal | 235 | 377 | 27 | 46 | 0 | 133 | 0 | 125 | 144 | 67 |
| Binary | 10011101 | 11111111 | 10111 | 100110 | 0 | 1011011 | 0 | 1010101 | 1100100 | 110111 |
Color Harmonies of #9DFF17
Complementary color
Monochromatic Colors of #9DFF17
Black with #9DFF17
Text Example
Text Example
White with #9DFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF17; }
p { color: rgb(157,255,23); }
H1.HeaderClassName
{
color: #9DFF17;
}
.AnyTagClassName
{
color: #9DFF17;
}
</style>
background-color css
<style>
a { background-color: #9DFF17; }
a { background-color: rgb(157,255,23); }
div.DivClassName
{
background-color: #9DFF17;
}
.BgClassName
{
background-color: #9DFF17;
}
</style>
border-color css
<style>
span { border-color: #9DFF17; }
span { border-color: rgb(157,255,23); }
td.TdClassName
{
border-color: #9DFF17;
}
.TagClassName
{
border-color: #9DFF17;
}
</style>