Shades of Spring Green #1DF16D
Tints of Spring Green #1DF16D
RGB
CMYK
RGB Variations
Color information
#1DF16D (or 0x1DF16D) is known color: Spring Green. HEX triplet: 1D, F1 and 6D. RGB value is (29,241,109). Sum of RGB (Red+Green+Blue) = 29+241+109=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF16D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF16D is #E20E92. Grayscale: #A2A2A2. Windows color (decimal): -14814867 or 7205149. OLE color: 7205149.
HSL color Cylindrical-coordinate representation of color #1DF16D: hue angle of 142.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF16D is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 109 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.05 |
| HSL | 142.64º | 0.88% | 0.53% | - |
| HSV(B) | 142.64º | 0.88% | 0.95% | - |
| XYZ | 34.72 | 64.28 | 25.04 | - |
| YUV | 162.56 | 97.76 | 32.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 109 | 0.88 | 0 | 0.55 | 0.05 | 142.64 | 0.88 | 0.53 |
| Hex | 1D | F1 | 6D | 58 | 0 | 37 | 5 | 8F | 58 | 35 |
| Octal | 35 | 361 | 155 | 130 | 0 | 67 | 5 | 217 | 130 | 65 |
| Binary | 11101 | 11110001 | 1101101 | 1011000 | 0 | 110111 | 101 | 10001111 | 1011000 | 110101 |
Color Harmonies of #1DF16D
Complementary color
Monochromatic Colors of #1DF16D
Black with #1DF16D
Text Example
Text Example
White with #1DF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF16D; }
p { color: rgb(29,241,109); }
H1.HeaderClassName
{
color: #1DF16D;
}
.AnyTagClassName
{
color: #1DF16D;
}
</style>
background-color css
<style>
a { background-color: #1DF16D; }
a { background-color: rgb(29,241,109); }
div.DivClassName
{
background-color: #1DF16D;
}
.BgClassName
{
background-color: #1DF16D;
}
</style>
border-color css
<style>
span { border-color: #1DF16D; }
span { border-color: rgb(29,241,109); }
td.TdClassName
{
border-color: #1DF16D;
}
.TagClassName
{
border-color: #1DF16D;
}
</style>