Shades of Spring Green #10FB71
Tints of Spring Green #10FB71
RGB
CMYK
RGB Variations
Color information
#10FB71 (or 0x10FB71) is known color: Spring Green. HEX triplet: 10, FB and 71. RGB value is (16,251,113). Sum of RGB (Red+Green+Blue) = 16+251+113=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #10FB71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FB71 is #EF048E. Grayscale: #A5A5A5. Windows color (decimal): -15664271 or 7469840. OLE color: 7469840.
HSL color Cylindrical-coordinate representation of color #10FB71: hue angle of 144.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FB71 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 113 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.02 |
| HSL | 144.77º | 0.97% | 0.52% | - |
| HSV(B) | 144.77º | 0.94% | 0.98% | - |
| XYZ | 37.69 | 70.3 | 27.2 | - |
| YUV | 165 | 98.64 | 21.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 113 | 0.94 | 0 | 0.55 | 0.02 | 144.77 | 0.97 | 0.52 |
| Hex | 10 | FB | 71 | 5E | 0 | 37 | 2 | 91 | 61 | 34 |
| Octal | 20 | 373 | 161 | 136 | 0 | 67 | 2 | 221 | 141 | 64 |
| Binary | 10000 | 11111011 | 1110001 | 1011110 | 0 | 110111 | 10 | 10010001 | 1100001 | 110100 |
Color Harmonies of #10FB71
Complementary color
Monochromatic Colors of #10FB71
Black with #10FB71
Text Example
Text Example
White with #10FB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FB71; }
p { color: rgb(16,251,113); }
H1.HeaderClassName
{
color: #10FB71;
}
.AnyTagClassName
{
color: #10FB71;
}
</style>
background-color css
<style>
a { background-color: #10FB71; }
a { background-color: rgb(16,251,113); }
div.DivClassName
{
background-color: #10FB71;
}
.BgClassName
{
background-color: #10FB71;
}
</style>
border-color css
<style>
span { border-color: #10FB71; }
span { border-color: rgb(16,251,113); }
td.TdClassName
{
border-color: #10FB71;
}
.TagClassName
{
border-color: #10FB71;
}
</style>