Shades of Spring Green #03FF8D
Tints of Spring Green #03FF8D
RGB
CMYK
RGB Variations
Color information
#03FF8D (or 0x03FF8D) is known color: Spring Green. HEX triplet: 03, FF and 8D. RGB value is (3,255,141). Sum of RGB (Red+Green+Blue) = 3+255+141=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FF8D is #FC0072. Grayscale: #A6A6A6. Windows color (decimal): -16515187 or 9305859. OLE color: 9305859.
HSL color Cylindrical-coordinate representation of color #03FF8D: hue angle of 152.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF8D is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 141 | - |
| CMYK | 0.99 | 0 | 0.45 | 0 |
| HSL | 152.86º | 1% | 0.51% | - |
| HSV(B) | 152.86º | 0.99% | 1% | - |
| XYZ | 40.61 | 73.46 | 37.24 | - |
| YUV | 166.66 | 113.51 | 11.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 141 | 0.99 | 0 | 0.45 | 0 | 152.86 | 1 | 0.51 |
| Hex | 3 | FF | 8D | 63 | 0 | 2D | 0 | 99 | 64 | 33 |
| Octal | 3 | 377 | 215 | 143 | 0 | 55 | 0 | 231 | 144 | 63 |
| Binary | 11 | 11111111 | 10001101 | 1100011 | 0 | 101101 | 0 | 10011001 | 1100100 | 110011 |
Color Harmonies of #03FF8D
Complementary color
Monochromatic Colors of #03FF8D
Black with #03FF8D
Text Example
Text Example
White with #03FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF8D; }
p { color: rgb(3,255,141); }
H1.HeaderClassName
{
color: #03FF8D;
}
.AnyTagClassName
{
color: #03FF8D;
}
</style>
background-color css
<style>
a { background-color: #03FF8D; }
a { background-color: rgb(3,255,141); }
div.DivClassName
{
background-color: #03FF8D;
}
.BgClassName
{
background-color: #03FF8D;
}
</style>
border-color css
<style>
span { border-color: #03FF8D; }
span { border-color: rgb(3,255,141); }
td.TdClassName
{
border-color: #03FF8D;
}
.TagClassName
{
border-color: #03FF8D;
}
</style>