Shades of Spring Green #10DF75
Tints of Spring Green #10DF75
RGB
CMYK
RGB Variations
Color information
#10DF75 (or 0x10DF75) is known color: Spring Green. HEX triplet: 10, DF and 75. RGB value is (16,223,117). Sum of RGB (Red+Green+Blue) = 16+223+117=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DF75 is #EF208A. Grayscale: #959595. Windows color (decimal): -15671435 or 7724816. OLE color: 7724816.
HSL color Cylindrical-coordinate representation of color #10DF75: hue angle of 149.28º 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 #10DF75 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 117 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.13 |
| HSL | 149.28º | 0.87% | 0.47% | - |
| HSV(B) | 149.28º | 0.93% | 0.87% | - |
| XYZ | 29.81 | 54.17 | 25.71 | - |
| YUV | 149.02 | 109.92 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 117 | 0.93 | 0 | 0.48 | 0.13 | 149.28 | 0.87 | 0.47 |
| Hex | 10 | DF | 75 | 5D | 0 | 30 | D | 95 | 57 | 2F |
| Octal | 20 | 337 | 165 | 135 | 0 | 60 | 15 | 225 | 127 | 57 |
| Binary | 10000 | 11011111 | 1110101 | 1011101 | 0 | 110000 | 1101 | 10010101 | 1010111 | 101111 |
Color Harmonies of #10DF75
Complementary color
Monochromatic Colors of #10DF75
Black with #10DF75
Text Example
Text Example
White with #10DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DF75; }
p { color: rgb(16,223,117); }
H1.HeaderClassName
{
color: #10DF75;
}
.AnyTagClassName
{
color: #10DF75;
}
</style>
background-color css
<style>
a { background-color: #10DF75; }
a { background-color: rgb(16,223,117); }
div.DivClassName
{
background-color: #10DF75;
}
.BgClassName
{
background-color: #10DF75;
}
</style>
border-color css
<style>
span { border-color: #10DF75; }
span { border-color: rgb(16,223,117); }
td.TdClassName
{
border-color: #10DF75;
}
.TagClassName
{
border-color: #10DF75;
}
</style>