Shades of Spring Green #10DE80
Tints of Spring Green #10DE80
RGB
CMYK
RGB Variations
Color information
#10DE80 (or 0x10DE80) is known color: Spring Green. HEX triplet: 10, DE and 80. RGB value is (16,222,128). Sum of RGB (Red+Green+Blue) = 16+222+128=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 222 (87.11% from 255 or 60.66% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 222 - color contains mainly: green. Hex color #10DE80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DE80 is #EF217F. Grayscale: #959595. Windows color (decimal): -15671680 or 8445456. OLE color: 8445456.
HSL color Cylindrical-coordinate representation of color #10DE80: hue angle of 152.62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DE80 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 222 | 128 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.13 |
| HSL | 152.62º | 0.87% | 0.47% | - |
| HSV(B) | 152.62º | 0.93% | 0.87% | - |
| XYZ | 30.23 | 53.91 | 29.23 | - |
| YUV | 149.69 | 115.75 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 128 | 0.93 | 0 | 0.42 | 0.13 | 152.62 | 0.87 | 0.47 |
| Hex | 10 | DE | 80 | 5D | 0 | 2A | D | 99 | 57 | 2F |
| Octal | 20 | 336 | 200 | 135 | 0 | 52 | 15 | 231 | 127 | 57 |
| Binary | 10000 | 11011110 | 10000000 | 1011101 | 0 | 101010 | 1101 | 10011001 | 1010111 | 101111 |
Color Harmonies of #10DE80
Complementary color
Monochromatic Colors of #10DE80
Black with #10DE80
Text Example
Text Example
White with #10DE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DE80; }
p { color: rgb(16,222,128); }
H1.HeaderClassName
{
color: #10DE80;
}
.AnyTagClassName
{
color: #10DE80;
}
</style>
background-color css
<style>
a { background-color: #10DE80; }
a { background-color: rgb(16,222,128); }
div.DivClassName
{
background-color: #10DE80;
}
.BgClassName
{
background-color: #10DE80;
}
</style>
border-color css
<style>
span { border-color: #10DE80; }
span { border-color: rgb(16,222,128); }
td.TdClassName
{
border-color: #10DE80;
}
.TagClassName
{
border-color: #10DE80;
}
</style>