Shades of Spring Bud #9DF410
Tints of Spring Bud #9DF410
RGB
CMYK
RGB Variations
Color information
#9DF410 (or 0x9DF410) is known color: Spring Bud. HEX triplet: 9D, F4 and 10. RGB value is (157,244,16). Sum of RGB (Red+Green+Blue) = 157+244+16=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 244 (95.70% from 255 or 58.51% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF410 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF410 is #620BEF. Grayscale: #C0C0C0. Windows color (decimal): -6425584 or 1111197. OLE color: 1111197.
HSL color Cylindrical-coordinate representation of color #9DF410: hue angle of 82.89º degrees, saturation: 0.91, 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 #9DF410 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 16 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.04 |
| HSL | 82.89º | 0.91% | 0.51% | - |
| HSV(B) | 82.89º | 0.93% | 0.96% | - |
| XYZ | 46.35 | 71.91 | 11.93 | - |
| YUV | 192 | 28.68 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 16 | 0.36 | 0 | 0.93 | 0.04 | 82.89 | 0.91 | 0.51 |
| Hex | 9D | F4 | 10 | 24 | 0 | 5D | 4 | 53 | 5B | 33 |
| Octal | 235 | 364 | 20 | 44 | 0 | 135 | 4 | 123 | 133 | 63 |
| Binary | 10011101 | 11110100 | 10000 | 100100 | 0 | 1011101 | 100 | 1010011 | 1011011 | 110011 |
Color Harmonies of #9DF410
Complementary color
Monochromatic Colors of #9DF410
Black with #9DF410
Text Example
Text Example
White with #9DF410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF410; }
p { color: rgb(157,244,16); }
H1.HeaderClassName
{
color: #9DF410;
}
.AnyTagClassName
{
color: #9DF410;
}
</style>
background-color css
<style>
a { background-color: #9DF410; }
a { background-color: rgb(157,244,16); }
div.DivClassName
{
background-color: #9DF410;
}
.BgClassName
{
background-color: #9DF410;
}
</style>
border-color css
<style>
span { border-color: #9DF410; }
span { border-color: rgb(157,244,16); }
td.TdClassName
{
border-color: #9DF410;
}
.TagClassName
{
border-color: #9DF410;
}
</style>