Shades of Spring Bud #9DEC03
Tints of Spring Bud #9DEC03
RGB
CMYK
RGB Variations
Color information
#9DEC03 (or 0x9DEC03) is known color: Spring Bud. HEX triplet: 9D, EC and 03. RGB value is (157,236,3). Sum of RGB (Red+Green+Blue) = 157+236+3=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 236 (92.58% from 255 or 59.60% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEC03 is #6213FC. Grayscale: #BABABA. Windows color (decimal): -6427645 or 257181. OLE color: 257181.
HSL color Cylindrical-coordinate representation of color #9DEC03: hue angle of 80.34º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DEC03 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.07 |
| HSL | 80.34º | 0.97% | 0.47% | - |
| HSV(B) | 80.34º | 0.99% | 0.93% | - |
| XYZ | 43.92 | 67.17 | 10.74 | - |
| YUV | 185.82 | 24.83 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 3 | 0.33 | 0 | 0.99 | 0.07 | 80.34 | 0.97 | 0.47 |
| Hex | 9D | EC | 3 | 21 | 0 | 63 | 7 | 50 | 61 | 2F |
| Octal | 235 | 354 | 3 | 41 | 0 | 143 | 7 | 120 | 141 | 57 |
| Binary | 10011101 | 11101100 | 11 | 100001 | 0 | 1100011 | 111 | 1010000 | 1100001 | 101111 |
Color Harmonies of #9DEC03
Complementary color
Monochromatic Colors of #9DEC03
Black with #9DEC03
Text Example
Text Example
White with #9DEC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEC03; }
p { color: rgb(157,236,3); }
H1.HeaderClassName
{
color: #9DEC03;
}
.AnyTagClassName
{
color: #9DEC03;
}
</style>
background-color css
<style>
a { background-color: #9DEC03; }
a { background-color: rgb(157,236,3); }
div.DivClassName
{
background-color: #9DEC03;
}
.BgClassName
{
background-color: #9DEC03;
}
</style>
border-color css
<style>
span { border-color: #9DEC03; }
span { border-color: rgb(157,236,3); }
td.TdClassName
{
border-color: #9DEC03;
}
.TagClassName
{
border-color: #9DEC03;
}
</style>