Shades of Spring Green #03FF8B
Tints of Spring Green #03FF8B
RGB
CMYK
RGB Variations
Color information
#03FF8B (or 0x03FF8B) is known color: Spring Green. HEX triplet: 03, FF and 8B. RGB value is (3,255,139). Sum of RGB (Red+Green+Blue) = 3+255+139=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF8B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FF8B is #FC0074. Grayscale: #A6A6A6. Windows color (decimal): -16515189 or 9174787. OLE color: 9174787.
HSL color Cylindrical-coordinate representation of color #03FF8B: hue angle of 152.38º 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 #03FF8B is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 139 | - |
| CMYK | 0.99 | 0 | 0.45 | 0 |
| HSL | 152.38º | 1% | 0.51% | - |
| HSV(B) | 152.38º | 0.99% | 1% | - |
| XYZ | 40.46 | 73.4 | 36.46 | - |
| YUV | 166.43 | 112.51 | 11.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 139 | 0.99 | 0 | 0.45 | 0 | 152.38 | 1 | 0.51 |
| Hex | 3 | FF | 8B | 63 | 0 | 2D | 0 | 98 | 64 | 33 |
| Octal | 3 | 377 | 213 | 143 | 0 | 55 | 0 | 230 | 144 | 63 |
| Binary | 11 | 11111111 | 10001011 | 1100011 | 0 | 101101 | 0 | 10011000 | 1100100 | 110011 |
Color Harmonies of #03FF8B
Complementary color
Monochromatic Colors of #03FF8B
Black with #03FF8B
Text Example
Text Example
White with #03FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF8B; }
p { color: rgb(3,255,139); }
H1.HeaderClassName
{
color: #03FF8B;
}
.AnyTagClassName
{
color: #03FF8B;
}
</style>
background-color css
<style>
a { background-color: #03FF8B; }
a { background-color: rgb(3,255,139); }
div.DivClassName
{
background-color: #03FF8B;
}
.BgClassName
{
background-color: #03FF8B;
}
</style>
border-color css
<style>
span { border-color: #03FF8B; }
span { border-color: rgb(3,255,139); }
td.TdClassName
{
border-color: #03FF8B;
}
.TagClassName
{
border-color: #03FF8B;
}
</style>