Shades of Spring Green #10FC71
Tints of Spring Green #10FC71
RGB
CMYK
RGB Variations
Color information
#10FC71 (or 0x10FC71) is known color: Spring Green. HEX triplet: 10, FC and 71. RGB value is (16,252,113). Sum of RGB (Red+Green+Blue) = 16+252+113=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FC71 is #EF038E. Grayscale: #A5A5A5. Windows color (decimal): -15664015 or 7470096. OLE color: 7470096.
HSL color Cylindrical-coordinate representation of color #10FC71: hue angle of 144.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FC71 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 113 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.01 |
| HSL | 144.66º | 0.98% | 0.53% | - |
| HSV(B) | 144.66º | 0.94% | 0.99% | - |
| XYZ | 38 | 70.92 | 27.31 | - |
| YUV | 165.59 | 98.31 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 113 | 0.94 | 0 | 0.55 | 0.01 | 144.66 | 0.98 | 0.53 |
| Hex | 10 | FC | 71 | 5E | 0 | 37 | 1 | 91 | 62 | 35 |
| Octal | 20 | 374 | 161 | 136 | 0 | 67 | 1 | 221 | 142 | 65 |
| Binary | 10000 | 11111100 | 1110001 | 1011110 | 0 | 110111 | 1 | 10010001 | 1100010 | 110101 |
Color Harmonies of #10FC71
Complementary color
Monochromatic Colors of #10FC71
Black with #10FC71
Text Example
Text Example
White with #10FC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FC71; }
p { color: rgb(16,252,113); }
H1.HeaderClassName
{
color: #10FC71;
}
.AnyTagClassName
{
color: #10FC71;
}
</style>
background-color css
<style>
a { background-color: #10FC71; }
a { background-color: rgb(16,252,113); }
div.DivClassName
{
background-color: #10FC71;
}
.BgClassName
{
background-color: #10FC71;
}
</style>
border-color css
<style>
span { border-color: #10FC71; }
span { border-color: rgb(16,252,113); }
td.TdClassName
{
border-color: #10FC71;
}
.TagClassName
{
border-color: #10FC71;
}
</style>