Shades of Spring Bud #9DF519
Tints of Spring Bud #9DF519
RGB
CMYK
RGB Variations
Color information
#9DF519 (or 0x9DF519) is known color: Spring Bud. HEX triplet: 9D, F5 and 19. RGB value is (157,245,25). Sum of RGB (Red+Green+Blue) = 157+245+25=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 245 (96.09% from 255 or 57.38% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF519 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF519 is #620AE6. Grayscale: #C2C2C2. Windows color (decimal): -6425319 or 1701277. OLE color: 1701277.
HSL color Cylindrical-coordinate representation of color #9DF519: hue angle of 84º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DF519 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 245 | 25 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.04 |
| HSL | 84º | 0.92% | 0.53% | - |
| HSV(B) | 84º | 0.9% | 0.96% | - |
| XYZ | 46.73 | 72.54 | 12.46 | - |
| YUV | 193.61 | 32.85 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 25 | 0.36 | 0 | 0.90 | 0.04 | 84 | 0.92 | 0.53 |
| Hex | 9D | F5 | 19 | 24 | 0 | 5A | 4 | 54 | 5C | 35 |
| Octal | 235 | 365 | 31 | 44 | 0 | 132 | 4 | 124 | 134 | 65 |
| Binary | 10011101 | 11110101 | 11001 | 100100 | 0 | 1011010 | 100 | 1010100 | 1011100 | 110101 |
Color Harmonies of #9DF519
Complementary color
Monochromatic Colors of #9DF519
Black with #9DF519
Text Example
Text Example
White with #9DF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF519; }
p { color: rgb(157,245,25); }
H1.HeaderClassName
{
color: #9DF519;
}
.AnyTagClassName
{
color: #9DF519;
}
</style>
background-color css
<style>
a { background-color: #9DF519; }
a { background-color: rgb(157,245,25); }
div.DivClassName
{
background-color: #9DF519;
}
.BgClassName
{
background-color: #9DF519;
}
</style>
border-color css
<style>
span { border-color: #9DF519; }
span { border-color: rgb(157,245,25); }
td.TdClassName
{
border-color: #9DF519;
}
.TagClassName
{
border-color: #9DF519;
}
</style>