Shades of Spring Bud #9DF205
Tints of Spring Bud #9DF205
RGB
CMYK
RGB Variations
Color information
#9DF205 (or 0x9DF205) is known color: Spring Bud. HEX triplet: 9D, F2 and 05. RGB value is (157,242,5). Sum of RGB (Red+Green+Blue) = 157+242+5=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF205 is #620DFA. Grayscale: #BEBEBE. Windows color (decimal): -6426107 or 389789. OLE color: 389789.
HSL color Cylindrical-coordinate representation of color #9DF205: hue angle of 81.52º 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 #9DF205 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.05 |
| HSL | 81.52º | 0.96% | 0.48% | - |
| HSV(B) | 81.52º | 0.98% | 0.95% | - |
| XYZ | 45.68 | 70.68 | 11.38 | - |
| YUV | 189.57 | 23.84 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 5 | 0.35 | 0 | 0.98 | 0.05 | 81.52 | 0.96 | 0.48 |
| Hex | 9D | F2 | 5 | 23 | 0 | 62 | 5 | 52 | 60 | 30 |
| Octal | 235 | 362 | 5 | 43 | 0 | 142 | 5 | 122 | 140 | 60 |
| Binary | 10011101 | 11110010 | 101 | 100011 | 0 | 1100010 | 101 | 1010010 | 1100000 | 110000 |
Color Harmonies of #9DF205
Complementary color
Monochromatic Colors of #9DF205
Black with #9DF205
Text Example
Text Example
White with #9DF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF205; }
p { color: rgb(157,242,5); }
H1.HeaderClassName
{
color: #9DF205;
}
.AnyTagClassName
{
color: #9DF205;
}
</style>
background-color css
<style>
a { background-color: #9DF205; }
a { background-color: rgb(157,242,5); }
div.DivClassName
{
background-color: #9DF205;
}
.BgClassName
{
background-color: #9DF205;
}
</style>
border-color css
<style>
span { border-color: #9DF205; }
span { border-color: rgb(157,242,5); }
td.TdClassName
{
border-color: #9DF205;
}
.TagClassName
{
border-color: #9DF205;
}
</style>