Shades of Spring Green #10FF71
Tints of Spring Green #10FF71
RGB
CMYK
RGB Variations
Color information
#10FF71 (or 0x10FF71) is known color: Spring Green. HEX triplet: 10, FF and 71. RGB value is (16,255,113). Sum of RGB (Red+Green+Blue) = 16+255+113=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 255 (100% from 255 or 66.41% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FF71 is #EF008E. Grayscale: #A7A7A7. Windows color (decimal): -15663247 or 7470864. OLE color: 7470864.
HSL color Cylindrical-coordinate representation of color #10FF71: hue angle of 144.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF71 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 113 | - |
| CMYK | 0.94 | 0 | 0.56 | 0 |
| HSL | 144.35º | 1% | 0.53% | - |
| HSV(B) | 144.35º | 0.94% | 1% | - |
| XYZ | 38.95 | 72.82 | 27.63 | - |
| YUV | 167.35 | 97.32 | 20.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 113 | 0.94 | 0 | 0.56 | 0 | 144.35 | 1 | 0.53 |
| Hex | 10 | FF | 71 | 5E | 0 | 38 | 0 | 90 | 64 | 35 |
| Octal | 20 | 377 | 161 | 136 | 0 | 70 | 0 | 220 | 144 | 65 |
| Binary | 10000 | 11111111 | 1110001 | 1011110 | 0 | 111000 | 0 | 10010000 | 1100100 | 110101 |
Color Harmonies of #10FF71
Complementary color
Monochromatic Colors of #10FF71
Black with #10FF71
Text Example
Text Example
White with #10FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF71; }
p { color: rgb(16,255,113); }
H1.HeaderClassName
{
color: #10FF71;
}
.AnyTagClassName
{
color: #10FF71;
}
</style>
background-color css
<style>
a { background-color: #10FF71; }
a { background-color: rgb(16,255,113); }
div.DivClassName
{
background-color: #10FF71;
}
.BgClassName
{
background-color: #10FF71;
}
</style>
border-color css
<style>
span { border-color: #10FF71; }
span { border-color: rgb(16,255,113); }
td.TdClassName
{
border-color: #10FF71;
}
.TagClassName
{
border-color: #10FF71;
}
</style>