Shades of Spring Bud #9DF115
Tints of Spring Bud #9DF115
RGB
CMYK
RGB Variations
Color information
#9DF115 (or 0x9DF115) is known color: Spring Bud. HEX triplet: 9D, F1 and 15. RGB value is (157,241,21). Sum of RGB (Red+Green+Blue) = 157+241+21=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF115 is #620EEA. Grayscale: #BFBFBF. Windows color (decimal): -6426347 or 1438109. OLE color: 1438109.
HSL color Cylindrical-coordinate representation of color #9DF115: hue angle of 82.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DF115 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 21 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.05 |
| HSL | 82.91º | 0.89% | 0.51% | - |
| HSV(B) | 82.91º | 0.91% | 0.95% | - |
| XYZ | 45.5 | 70.13 | 11.85 | - |
| YUV | 190.8 | 32.17 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 21 | 0.35 | 0 | 0.91 | 0.05 | 82.91 | 0.89 | 0.51 |
| Hex | 9D | F1 | 15 | 23 | 0 | 5B | 5 | 53 | 59 | 33 |
| Octal | 235 | 361 | 25 | 43 | 0 | 133 | 5 | 123 | 131 | 63 |
| Binary | 10011101 | 11110001 | 10101 | 100011 | 0 | 1011011 | 101 | 1010011 | 1011001 | 110011 |
Color Harmonies of #9DF115
Complementary color
Monochromatic Colors of #9DF115
Black with #9DF115
Text Example
Text Example
White with #9DF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF115; }
p { color: rgb(157,241,21); }
H1.HeaderClassName
{
color: #9DF115;
}
.AnyTagClassName
{
color: #9DF115;
}
</style>
background-color css
<style>
a { background-color: #9DF115; }
a { background-color: rgb(157,241,21); }
div.DivClassName
{
background-color: #9DF115;
}
.BgClassName
{
background-color: #9DF115;
}
</style>
border-color css
<style>
span { border-color: #9DF115; }
span { border-color: rgb(157,241,21); }
td.TdClassName
{
border-color: #9DF115;
}
.TagClassName
{
border-color: #9DF115;
}
</style>