Shades of Spring Green #1DF970
Tints of Spring Green #1DF970
RGB
CMYK
RGB Variations
Color information
#1DF970 (or 0x1DF970) is known color: Spring Green. HEX triplet: 1D, F9 and 70. RGB value is (29,249,112). Sum of RGB (Red+Green+Blue) = 29+249+112=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 249 (97.66% from 255 or 63.85% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF970 is #E2068F. Grayscale: #A7A7A7. Windows color (decimal): -14812816 or 7403805. OLE color: 7403805.
HSL color Cylindrical-coordinate representation of color #1DF970: hue angle of 142.64º degrees, saturation: 0.95, 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 #1DF970 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 112 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.02 |
| HSL | 142.64º | 0.95% | 0.55% | - |
| HSV(B) | 142.64º | 0.88% | 0.98% | - |
| XYZ | 37.31 | 69.18 | 26.72 | - |
| YUV | 167.6 | 96.61 | 29.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 112 | 0.88 | 0 | 0.55 | 0.02 | 142.64 | 0.95 | 0.55 |
| Hex | 1D | F9 | 70 | 58 | 0 | 37 | 2 | 8F | 5F | 37 |
| Octal | 35 | 371 | 160 | 130 | 0 | 67 | 2 | 217 | 137 | 67 |
| Binary | 11101 | 11111001 | 1110000 | 1011000 | 0 | 110111 | 10 | 10001111 | 1011111 | 110111 |
Color Harmonies of #1DF970
Complementary color
Monochromatic Colors of #1DF970
Black with #1DF970
Text Example
Text Example
White with #1DF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF970; }
p { color: rgb(29,249,112); }
H1.HeaderClassName
{
color: #1DF970;
}
.AnyTagClassName
{
color: #1DF970;
}
</style>
background-color css
<style>
a { background-color: #1DF970; }
a { background-color: rgb(29,249,112); }
div.DivClassName
{
background-color: #1DF970;
}
.BgClassName
{
background-color: #1DF970;
}
</style>
border-color css
<style>
span { border-color: #1DF970; }
span { border-color: rgb(29,249,112); }
td.TdClassName
{
border-color: #1DF970;
}
.TagClassName
{
border-color: #1DF970;
}
</style>