Shades of Spring Bud #9DF105
Tints of Spring Bud #9DF105
RGB
CMYK
RGB Variations
Color information
#9DF105 (or 0x9DF105) is known color: Spring Bud. HEX triplet: 9D, F1 and 05. RGB value is (157,241,5). Sum of RGB (Red+Green+Blue) = 157+241+5=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF105 is #620EFA. Grayscale: #BDBDBD. Windows color (decimal): -6426363 or 389533. OLE color: 389533.
HSL color Cylindrical-coordinate representation of color #9DF105: hue angle of 81.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DF105 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.05 |
| HSL | 81.36º | 0.96% | 0.48% | - |
| HSV(B) | 81.36º | 0.98% | 0.95% | - |
| XYZ | 45.39 | 70.09 | 11.28 | - |
| YUV | 188.98 | 24.17 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 5 | 0.35 | 0 | 0.98 | 0.05 | 81.36 | 0.96 | 0.48 |
| Hex | 9D | F1 | 5 | 23 | 0 | 62 | 5 | 51 | 60 | 30 |
| Octal | 235 | 361 | 5 | 43 | 0 | 142 | 5 | 121 | 140 | 60 |
| Binary | 10011101 | 11110001 | 101 | 100011 | 0 | 1100010 | 101 | 1010001 | 1100000 | 110000 |
Color Harmonies of #9DF105
Complementary color
Monochromatic Colors of #9DF105
Black with #9DF105
Text Example
Text Example
White with #9DF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF105; }
p { color: rgb(157,241,5); }
H1.HeaderClassName
{
color: #9DF105;
}
.AnyTagClassName
{
color: #9DF105;
}
</style>
background-color css
<style>
a { background-color: #9DF105; }
a { background-color: rgb(157,241,5); }
div.DivClassName
{
background-color: #9DF105;
}
.BgClassName
{
background-color: #9DF105;
}
</style>
border-color css
<style>
span { border-color: #9DF105; }
span { border-color: rgb(157,241,5); }
td.TdClassName
{
border-color: #9DF105;
}
.TagClassName
{
border-color: #9DF105;
}
</style>