Shades of Spring Bud #9FEC03
Tints of Spring Bud #9FEC03
RGB
CMYK
RGB Variations
Color information
#9FEC03 (or 0x9FEC03) is known color: Spring Bud. HEX triplet: 9F, EC and 03. RGB value is (159,236,3). Sum of RGB (Red+Green+Blue) = 159+236+3=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 236 (92.58% from 255 or 59.30% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEC03 is #6013FC. Grayscale: #BBBBBB. Windows color (decimal): -6296573 or 257183. OLE color: 257183.
HSL color Cylindrical-coordinate representation of color #9FEC03: hue angle of 79.83º 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 #9FEC03 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 236 | 3 | - |
CMYK | 0.33 | 0 | 0.99 | 0.07 |
HSL | 79.83º | 0.97% | 0.47% | - |
HSV(B) | 79.83º | 0.99% | 0.93% | - |
XYZ | 44.31 | 67.37 | 10.75 | - |
YUV | 186.42 | 24.49 | 108.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 236 | 3 | 0.33 | 0 | 0.99 | 0.07 | 79.83 | 0.97 | 0.47 |
Hex | 9F | EC | 3 | 21 | 0 | 63 | 7 | 50 | 61 | 2F |
Octal | 237 | 354 | 3 | 41 | 0 | 143 | 7 | 120 | 141 | 57 |
Binary | 10011111 | 11101100 | 11 | 100001 | 0 | 1100011 | 111 | 1010000 | 1100001 | 101111 |
Color Harmonies of #9FEC03
Complementary color
Monochromatic Colors of #9FEC03
Black with #9FEC03
Text Example
Text Example
White with #9FEC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC03; }
p { color: rgb(159,236,3); }
H1.HeaderClassName
{
color: #9FEC03;
}
.AnyTagClassName
{
color: #9FEC03;
}
</style>
background-color css
<style>
a { background-color: #9FEC03; }
a { background-color: rgb(159,236,3); }
div.DivClassName
{
background-color: #9FEC03;
}
.BgClassName
{
background-color: #9FEC03;
}
</style>
border-color css
<style>
span { border-color: #9FEC03; }
span { border-color: rgb(159,236,3); }
td.TdClassName
{
border-color: #9FEC03;
}
.TagClassName
{
border-color: #9FEC03;
}
</style>