Shades of Spring Bud #9DF500
Tints of Spring Bud #9DF500
RGB
CMYK
RGB Variations
Color information
#9DF500 (or 0x9DF500) is known color: Spring Bud. HEX triplet: 9D, F5 and 00. RGB value is (157,245,0). Sum of RGB (Red+Green+Blue) = 157+245+0=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 245 (96.09% from 255 or 60.95% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF500 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF500 is #620AFF. Grayscale: #BFBFBF. Windows color (decimal): -6425344 or 62877. OLE color: 62877.
HSL color Cylindrical-coordinate representation of color #9DF500: hue angle of 81.55º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DF500 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 245 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.04 |
| HSL | 81.55º | 1% | 0.48% | - |
| HSV(B) | 81.55º | 1% | 0.96% | - |
| XYZ | 46.56 | 72.47 | 11.53 | - |
| YUV | 190.76 | 20.35 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 0 | 0.36 | 0 | 1 | 0.04 | 81.55 | 1 | 0.48 |
| Hex | 9D | F5 | 0 | 24 | 0 | 64 | 4 | 52 | 64 | 30 |
| Octal | 235 | 365 | 0 | 44 | 0 | 144 | 4 | 122 | 144 | 60 |
| Binary | 10011101 | 11110101 | 0 | 100100 | 0 | 1100100 | 100 | 1010010 | 1100100 | 110000 |
Color Harmonies of #9DF500
Complementary color
Monochromatic Colors of #9DF500
Black with #9DF500
Text Example
Text Example
White with #9DF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF500; }
p { color: rgb(157,245,0); }
H1.HeaderClassName
{
color: #9DF500;
}
.AnyTagClassName
{
color: #9DF500;
}
</style>
background-color css
<style>
a { background-color: #9DF500; }
a { background-color: rgb(157,245,0); }
div.DivClassName
{
background-color: #9DF500;
}
.BgClassName
{
background-color: #9DF500;
}
</style>
border-color css
<style>
span { border-color: #9DF500; }
span { border-color: rgb(157,245,0); }
td.TdClassName
{
border-color: #9DF500;
}
.TagClassName
{
border-color: #9DF500;
}
</style>