Shades of Spring Green #1DFB6E
Tints of Spring Green #1DFB6E
RGB
CMYK
RGB Variations
Color information
#1DFB6E (or 0x1DFB6E) is known color: Spring Green. HEX triplet: 1D, FB and 6E. RGB value is (29,251,110). Sum of RGB (Red+Green+Blue) = 29+251+110=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 251 (98.44% from 255 or 64.36% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFB6E is #E20491. Grayscale: #A8A8A8. Windows color (decimal): -14812306 or 7273245. OLE color: 7273245.
HSL color Cylindrical-coordinate representation of color #1DFB6E: hue angle of 141.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFB6E is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 110 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.02 |
| HSL | 141.89º | 0.97% | 0.55% | - |
| HSV(B) | 141.89º | 0.88% | 0.98% | - |
| XYZ | 37.82 | 70.38 | 26.34 | - |
| YUV | 168.55 | 94.95 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 110 | 0.88 | 0 | 0.56 | 0.02 | 141.89 | 0.97 | 0.55 |
| Hex | 1D | FB | 6E | 58 | 0 | 38 | 2 | 8E | 61 | 37 |
| Octal | 35 | 373 | 156 | 130 | 0 | 70 | 2 | 216 | 141 | 67 |
| Binary | 11101 | 11111011 | 1101110 | 1011000 | 0 | 111000 | 10 | 10001110 | 1100001 | 110111 |
Color Harmonies of #1DFB6E
Complementary color
Monochromatic Colors of #1DFB6E
Black with #1DFB6E
Text Example
Text Example
White with #1DFB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB6E; }
p { color: rgb(29,251,110); }
H1.HeaderClassName
{
color: #1DFB6E;
}
.AnyTagClassName
{
color: #1DFB6E;
}
</style>
background-color css
<style>
a { background-color: #1DFB6E; }
a { background-color: rgb(29,251,110); }
div.DivClassName
{
background-color: #1DFB6E;
}
.BgClassName
{
background-color: #1DFB6E;
}
</style>
border-color css
<style>
span { border-color: #1DFB6E; }
span { border-color: rgb(29,251,110); }
td.TdClassName
{
border-color: #1DFB6E;
}
.TagClassName
{
border-color: #1DFB6E;
}
</style>