Shades of Spring Bud #9DF113
Tints of Spring Bud #9DF113
RGB
CMYK
RGB Variations
Color information
#9DF113 (or 0x9DF113) is known color: Spring Bud. HEX triplet: 9D, F1 and 13. RGB value is (157,241,19). Sum of RGB (Red+Green+Blue) = 157+241+19=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF113 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF113 is #620EEC. Grayscale: #BFBFBF. Windows color (decimal): -6426349 or 1307037. OLE color: 1307037.
HSL color Cylindrical-coordinate representation of color #9DF113: hue angle of 82.7º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DF113 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 19 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.05 |
| HSL | 82.7º | 0.89% | 0.51% | - |
| HSV(B) | 82.7º | 0.92% | 0.95% | - |
| XYZ | 45.48 | 70.13 | 11.75 | - |
| YUV | 190.58 | 31.17 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 19 | 0.35 | 0 | 0.92 | 0.05 | 82.7 | 0.89 | 0.51 |
| Hex | 9D | F1 | 13 | 23 | 0 | 5C | 5 | 53 | 59 | 33 |
| Octal | 235 | 361 | 23 | 43 | 0 | 134 | 5 | 123 | 131 | 63 |
| Binary | 10011101 | 11110001 | 10011 | 100011 | 0 | 1011100 | 101 | 1010011 | 1011001 | 110011 |
Color Harmonies of #9DF113
Complementary color
Monochromatic Colors of #9DF113
Black with #9DF113
Text Example
Text Example
White with #9DF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF113; }
p { color: rgb(157,241,19); }
H1.HeaderClassName
{
color: #9DF113;
}
.AnyTagClassName
{
color: #9DF113;
}
</style>
background-color css
<style>
a { background-color: #9DF113; }
a { background-color: rgb(157,241,19); }
div.DivClassName
{
background-color: #9DF113;
}
.BgClassName
{
background-color: #9DF113;
}
</style>
border-color css
<style>
span { border-color: #9DF113; }
span { border-color: rgb(157,241,19); }
td.TdClassName
{
border-color: #9DF113;
}
.TagClassName
{
border-color: #9DF113;
}
</style>