Shades of Spring Green #10ED74
Tints of Spring Green #10ED74
RGB
CMYK
RGB Variations
Color information
#10ED74 (or 0x10ED74) is known color: Spring Green. HEX triplet: 10, ED and 74. RGB value is (16,237,116). Sum of RGB (Red+Green+Blue) = 16+237+116=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 237 (92.97% from 255 or 64.23% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 237 - color contains mainly: green. Hex color #10ED74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10ED74 is #EF128B. Grayscale: #9D9D9D. Windows color (decimal): -15667852 or 7662864. OLE color: 7662864.
HSL color Cylindrical-coordinate representation of color #10ED74: hue angle of 147.15º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ED74 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 237 | 116 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.07 |
| HSL | 147.15º | 0.87% | 0.5% | - |
| HSV(B) | 147.15º | 0.93% | 0.93% | - |
| XYZ | 33.65 | 61.94 | 26.7 | - |
| YUV | 157.13 | 104.78 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 116 | 0.93 | 0 | 0.51 | 0.07 | 147.15 | 0.87 | 0.5 |
| Hex | 10 | ED | 74 | 5D | 0 | 33 | 7 | 93 | 57 | 32 |
| Octal | 20 | 355 | 164 | 135 | 0 | 63 | 7 | 223 | 127 | 62 |
| Binary | 10000 | 11101101 | 1110100 | 1011101 | 0 | 110011 | 111 | 10010011 | 1010111 | 110010 |
Color Harmonies of #10ED74
Complementary color
Monochromatic Colors of #10ED74
Black with #10ED74
Text Example
Text Example
White with #10ED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ED74; }
p { color: rgb(16,237,116); }
H1.HeaderClassName
{
color: #10ED74;
}
.AnyTagClassName
{
color: #10ED74;
}
</style>
background-color css
<style>
a { background-color: #10ED74; }
a { background-color: rgb(16,237,116); }
div.DivClassName
{
background-color: #10ED74;
}
.BgClassName
{
background-color: #10ED74;
}
</style>
border-color css
<style>
span { border-color: #10ED74; }
span { border-color: rgb(16,237,116); }
td.TdClassName
{
border-color: #10ED74;
}
.TagClassName
{
border-color: #10ED74;
}
</style>