Shades of Spring Green #10DD7F
Tints of Spring Green #10DD7F
RGB
CMYK
RGB Variations
Color information
#10DD7F (or 0x10DD7F) is known color: Spring Green. HEX triplet: 10, DD and 7F. RGB value is (16,221,127). Sum of RGB (Red+Green+Blue) = 16+221+127=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD7F is #EF2280. Grayscale: #959595. Windows color (decimal): -15671937 or 8379664. OLE color: 8379664.
HSL color Cylindrical-coordinate representation of color #10DD7F: hue angle of 152.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DD7F is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 127 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.13 |
| HSL | 152.49º | 0.86% | 0.46% | - |
| HSV(B) | 152.49º | 0.93% | 0.87% | - |
| XYZ | 29.9 | 53.36 | 28.8 | - |
| YUV | 148.99 | 115.58 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 127 | 0.93 | 0 | 0.43 | 0.13 | 152.49 | 0.86 | 0.46 |
| Hex | 10 | DD | 7F | 5D | 0 | 2B | D | 98 | 56 | 2E |
| Octal | 20 | 335 | 177 | 135 | 0 | 53 | 15 | 230 | 126 | 56 |
| Binary | 10000 | 11011101 | 1111111 | 1011101 | 0 | 101011 | 1101 | 10011000 | 1010110 | 101110 |
Color Harmonies of #10DD7F
Complementary color
Monochromatic Colors of #10DD7F
Black with #10DD7F
Text Example
Text Example
White with #10DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD7F; }
p { color: rgb(16,221,127); }
H1.HeaderClassName
{
color: #10DD7F;
}
.AnyTagClassName
{
color: #10DD7F;
}
</style>
background-color css
<style>
a { background-color: #10DD7F; }
a { background-color: rgb(16,221,127); }
div.DivClassName
{
background-color: #10DD7F;
}
.BgClassName
{
background-color: #10DD7F;
}
</style>
border-color css
<style>
span { border-color: #10DD7F; }
span { border-color: rgb(16,221,127); }
td.TdClassName
{
border-color: #10DD7F;
}
.TagClassName
{
border-color: #10DD7F;
}
</style>