Shades of Spring Green #10FF74
Tints of Spring Green #10FF74
RGB
CMYK
RGB Variations
Color information
#10FF74 (or 0x10FF74) is known color: Spring Green. HEX triplet: 10, FF and 74. RGB value is (16,255,116). Sum of RGB (Red+Green+Blue) = 16+255+116=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 255 (100% from 255 or 65.89% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FF74 is #EF008B. Grayscale: #A8A8A8. Windows color (decimal): -15663244 or 7667472. OLE color: 7667472.
HSL color Cylindrical-coordinate representation of color #10FF74: hue angle of 145.1º 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 #10FF74 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 116 | - |
| CMYK | 0.94 | 0 | 0.55 | 0 |
| HSL | 145.1º | 1% | 0.53% | - |
| HSV(B) | 145.1º | 0.94% | 1% | - |
| XYZ | 39.13 | 72.89 | 28.53 | - |
| YUV | 167.69 | 98.82 | 19.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 116 | 0.94 | 0 | 0.55 | 0 | 145.1 | 1 | 0.53 |
| Hex | 10 | FF | 74 | 5E | 0 | 37 | 0 | 91 | 64 | 35 |
| Octal | 20 | 377 | 164 | 136 | 0 | 67 | 0 | 221 | 144 | 65 |
| Binary | 10000 | 11111111 | 1110100 | 1011110 | 0 | 110111 | 0 | 10010001 | 1100100 | 110101 |
Color Harmonies of #10FF74
Complementary color
Monochromatic Colors of #10FF74
Black with #10FF74
Text Example
Text Example
White with #10FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF74; }
p { color: rgb(16,255,116); }
H1.HeaderClassName
{
color: #10FF74;
}
.AnyTagClassName
{
color: #10FF74;
}
</style>
background-color css
<style>
a { background-color: #10FF74; }
a { background-color: rgb(16,255,116); }
div.DivClassName
{
background-color: #10FF74;
}
.BgClassName
{
background-color: #10FF74;
}
</style>
border-color css
<style>
span { border-color: #10FF74; }
span { border-color: rgb(16,255,116); }
td.TdClassName
{
border-color: #10FF74;
}
.TagClassName
{
border-color: #10FF74;
}
</style>