Shades of Spring Bud #9DF217
Tints of Spring Bud #9DF217
RGB
CMYK
RGB Variations
Color information
#9DF217 (or 0x9DF217) is known color: Spring Bud. HEX triplet: 9D, F2 and 17. RGB value is (157,242,23). Sum of RGB (Red+Green+Blue) = 157+242+23=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF217 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF217 is #620DE8. Grayscale: #C0C0C0. Windows color (decimal): -6426089 or 1569437. OLE color: 1569437.
HSL color Cylindrical-coordinate representation of color #9DF217: hue angle of 83.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DF217 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 23 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.05 |
| HSL | 83.29º | 0.89% | 0.52% | - |
| HSV(B) | 83.29º | 0.9% | 0.95% | - |
| XYZ | 45.81 | 70.73 | 12.05 | - |
| YUV | 191.62 | 32.84 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 23 | 0.35 | 0 | 0.90 | 0.05 | 83.29 | 0.89 | 0.52 |
| Hex | 9D | F2 | 17 | 23 | 0 | 5A | 5 | 53 | 59 | 34 |
| Octal | 235 | 362 | 27 | 43 | 0 | 132 | 5 | 123 | 131 | 64 |
| Binary | 10011101 | 11110010 | 10111 | 100011 | 0 | 1011010 | 101 | 1010011 | 1011001 | 110100 |
Color Harmonies of #9DF217
Complementary color
Monochromatic Colors of #9DF217
Black with #9DF217
Text Example
Text Example
White with #9DF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF217; }
p { color: rgb(157,242,23); }
H1.HeaderClassName
{
color: #9DF217;
}
.AnyTagClassName
{
color: #9DF217;
}
</style>
background-color css
<style>
a { background-color: #9DF217; }
a { background-color: rgb(157,242,23); }
div.DivClassName
{
background-color: #9DF217;
}
.BgClassName
{
background-color: #9DF217;
}
</style>
border-color css
<style>
span { border-color: #9DF217; }
span { border-color: rgb(157,242,23); }
td.TdClassName
{
border-color: #9DF217;
}
.TagClassName
{
border-color: #9DF217;
}
</style>