Shades of Spring Bud #9DF507
Tints of Spring Bud #9DF507
RGB
CMYK
RGB Variations
Color information
#9DF507 (or 0x9DF507) is known color: Spring Bud. HEX triplet: 9D, F5 and 07. RGB value is (157,245,7). Sum of RGB (Red+Green+Blue) = 157+245+7=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 245 (96.09% from 255 or 59.90% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF507 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF507 is #620AF8. Grayscale: #C0C0C0. Windows color (decimal): -6425337 or 521629. OLE color: 521629.
HSL color Cylindrical-coordinate representation of color #9DF507: hue angle of 82.18º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DF507 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 245 | 7 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.04 |
| HSL | 82.18º | 0.94% | 0.49% | - |
| HSV(B) | 82.18º | 0.97% | 0.96% | - |
| XYZ | 46.6 | 72.49 | 11.74 | - |
| YUV | 191.56 | 23.85 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 7 | 0.36 | 0 | 0.97 | 0.04 | 82.18 | 0.94 | 0.49 |
| Hex | 9D | F5 | 7 | 24 | 0 | 61 | 4 | 52 | 5E | 31 |
| Octal | 235 | 365 | 7 | 44 | 0 | 141 | 4 | 122 | 136 | 61 |
| Binary | 10011101 | 11110101 | 111 | 100100 | 0 | 1100001 | 100 | 1010010 | 1011110 | 110001 |
Color Harmonies of #9DF507
Complementary color
Monochromatic Colors of #9DF507
Black with #9DF507
Text Example
Text Example
White with #9DF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF507; }
p { color: rgb(157,245,7); }
H1.HeaderClassName
{
color: #9DF507;
}
.AnyTagClassName
{
color: #9DF507;
}
</style>
background-color css
<style>
a { background-color: #9DF507; }
a { background-color: rgb(157,245,7); }
div.DivClassName
{
background-color: #9DF507;
}
.BgClassName
{
background-color: #9DF507;
}
</style>
border-color css
<style>
span { border-color: #9DF507; }
span { border-color: rgb(157,245,7); }
td.TdClassName
{
border-color: #9DF507;
}
.TagClassName
{
border-color: #9DF507;
}
</style>