Shades of Spring Green #1DFE71
Tints of Spring Green #1DFE71
RGB
CMYK
RGB Variations
Color information
#1DFE71 (or 0x1DFE71) is known color: Spring Green. HEX triplet: 1D, FE and 71. RGB value is (29,254,113). Sum of RGB (Red+Green+Blue) = 29+254+113=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFE71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFE71 is #E2018E. Grayscale: #AAAAAA. Windows color (decimal): -14811535 or 7470621. OLE color: 7470621.
HSL color Cylindrical-coordinate representation of color #1DFE71: hue angle of 142.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFE71 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 113 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.00 |
| HSL | 142.4º | 0.99% | 0.55% | - |
| HSV(B) | 142.4º | 0.89% | 1% | - |
| XYZ | 38.93 | 72.34 | 27.53 | - |
| YUV | 170.65 | 95.46 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 113 | 0.89 | 0 | 0.56 | 0.00 | 142.4 | 0.99 | 0.55 |
| Hex | 1D | FE | 71 | 59 | 0 | 38 | 0 | 8E | 63 | 37 |
| Octal | 35 | 376 | 161 | 131 | 0 | 70 | 0 | 216 | 143 | 67 |
| Binary | 11101 | 11111110 | 1110001 | 1011001 | 0 | 111000 | 0 | 10001110 | 1100011 | 110111 |
Color Harmonies of #1DFE71
Complementary color
Monochromatic Colors of #1DFE71
Black with #1DFE71
Text Example
Text Example
White with #1DFE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFE71; }
p { color: rgb(29,254,113); }
H1.HeaderClassName
{
color: #1DFE71;
}
.AnyTagClassName
{
color: #1DFE71;
}
</style>
background-color css
<style>
a { background-color: #1DFE71; }
a { background-color: rgb(29,254,113); }
div.DivClassName
{
background-color: #1DFE71;
}
.BgClassName
{
background-color: #1DFE71;
}
</style>
border-color css
<style>
span { border-color: #1DFE71; }
span { border-color: rgb(29,254,113); }
td.TdClassName
{
border-color: #1DFE71;
}
.TagClassName
{
border-color: #1DFE71;
}
</style>