Shades of Spring Bud #9DF510
Tints of Spring Bud #9DF510
RGB
CMYK
RGB Variations
Color information
#9DF510 (or 0x9DF510) is known color: Spring Bud. HEX triplet: 9D, F5 and 10. RGB value is (157,245,16). Sum of RGB (Red+Green+Blue) = 157+245+16=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 245 (96.09% from 255 or 58.61% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF510 is #620AEF. Grayscale: #C1C1C1. Windows color (decimal): -6425328 or 1111453. OLE color: 1111453.
HSL color Cylindrical-coordinate representation of color #9DF510: hue angle of 83.06º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DF510 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 245 | 16 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.04 |
| HSL | 83.06º | 0.92% | 0.51% | - |
| HSV(B) | 83.06º | 0.93% | 0.96% | - |
| XYZ | 46.65 | 72.51 | 12.03 | - |
| YUV | 192.58 | 28.35 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 16 | 0.36 | 0 | 0.93 | 0.04 | 83.06 | 0.92 | 0.51 |
| Hex | 9D | F5 | 10 | 24 | 0 | 5D | 4 | 53 | 5C | 33 |
| Octal | 235 | 365 | 20 | 44 | 0 | 135 | 4 | 123 | 134 | 63 |
| Binary | 10011101 | 11110101 | 10000 | 100100 | 0 | 1011101 | 100 | 1010011 | 1011100 | 110011 |
Color Harmonies of #9DF510
Complementary color
Monochromatic Colors of #9DF510
Black with #9DF510
Text Example
Text Example
White with #9DF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF510; }
p { color: rgb(157,245,16); }
H1.HeaderClassName
{
color: #9DF510;
}
.AnyTagClassName
{
color: #9DF510;
}
</style>
background-color css
<style>
a { background-color: #9DF510; }
a { background-color: rgb(157,245,16); }
div.DivClassName
{
background-color: #9DF510;
}
.BgClassName
{
background-color: #9DF510;
}
</style>
border-color css
<style>
span { border-color: #9DF510; }
span { border-color: rgb(157,245,16); }
td.TdClassName
{
border-color: #9DF510;
}
.TagClassName
{
border-color: #9DF510;
}
</style>