Shades of Spring Green #03F96B
Tints of Spring Green #03F96B
RGB
CMYK
RGB Variations
Color information
#03F96B (or 0x03F96B) is known color: Spring Green. HEX triplet: 03, F9 and 6B. RGB value is (3,249,107). Sum of RGB (Red+Green+Blue) = 3+249+107=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 249 (97.66% from 255 or 69.36% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 249 - color contains mainly: green. Hex color #03F96B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F96B is #FC0694. Grayscale: #9F9F9F. Windows color (decimal): -16516757 or 7076099. OLE color: 7076099.
HSL color Cylindrical-coordinate representation of color #03F96B: hue angle of 145.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F96B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 107 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.02 |
| HSL | 145.37º | 0.98% | 0.49% | - |
| HSV(B) | 145.37º | 0.99% | 0.98% | - |
| XYZ | 36.57 | 68.83 | 25.27 | - |
| YUV | 159.26 | 98.5 | 16.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 107 | 0.99 | 0 | 0.57 | 0.02 | 145.37 | 0.98 | 0.49 |
| Hex | 3 | F9 | 6B | 63 | 0 | 39 | 2 | 91 | 62 | 31 |
| Octal | 3 | 371 | 153 | 143 | 0 | 71 | 2 | 221 | 142 | 61 |
| Binary | 11 | 11111001 | 1101011 | 1100011 | 0 | 111001 | 10 | 10010001 | 1100010 | 110001 |
Color Harmonies of #03F96B
Complementary color
Monochromatic Colors of #03F96B
Black with #03F96B
Text Example
Text Example
White with #03F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F96B; }
p { color: rgb(3,249,107); }
H1.HeaderClassName
{
color: #03F96B;
}
.AnyTagClassName
{
color: #03F96B;
}
</style>
background-color css
<style>
a { background-color: #03F96B; }
a { background-color: rgb(3,249,107); }
div.DivClassName
{
background-color: #03F96B;
}
.BgClassName
{
background-color: #03F96B;
}
</style>
border-color css
<style>
span { border-color: #03F96B; }
span { border-color: rgb(3,249,107); }
td.TdClassName
{
border-color: #03F96B;
}
.TagClassName
{
border-color: #03F96B;
}
</style>