Shades of Spring Green #1DFF70
Tints of Spring Green #1DFF70
RGB
CMYK
RGB Variations
Color information
#1DFF70 (or 0x1DFF70) is known color: Spring Green. HEX triplet: 1D, FF and 70. RGB value is (29,255,112). Sum of RGB (Red+Green+Blue) = 29+255+112=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFF70 is #E2008F. Grayscale: #ABABAB. Windows color (decimal): -14811280 or 7405341. OLE color: 7405341.
HSL color Cylindrical-coordinate representation of color #1DFF70: hue angle of 142.04º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF70 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 112 | - |
| CMYK | 0.89 | 0 | 0.56 | 0 |
| HSL | 142.04º | 1% | 0.56% | - |
| HSV(B) | 142.04º | 0.89% | 1% | - |
| XYZ | 39.19 | 72.95 | 27.34 | - |
| YUV | 171.12 | 94.63 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 112 | 0.89 | 0 | 0.56 | 0 | 142.04 | 1 | 0.56 |
| Hex | 1D | FF | 70 | 59 | 0 | 38 | 0 | 8E | 64 | 38 |
| Octal | 35 | 377 | 160 | 131 | 0 | 70 | 0 | 216 | 144 | 70 |
| Binary | 11101 | 11111111 | 1110000 | 1011001 | 0 | 111000 | 0 | 10001110 | 1100100 | 111000 |
Color Harmonies of #1DFF70
Complementary color
Monochromatic Colors of #1DFF70
Black with #1DFF70
Text Example
Text Example
White with #1DFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF70; }
p { color: rgb(29,255,112); }
H1.HeaderClassName
{
color: #1DFF70;
}
.AnyTagClassName
{
color: #1DFF70;
}
</style>
background-color css
<style>
a { background-color: #1DFF70; }
a { background-color: rgb(29,255,112); }
div.DivClassName
{
background-color: #1DFF70;
}
.BgClassName
{
background-color: #1DFF70;
}
</style>
border-color css
<style>
span { border-color: #1DFF70; }
span { border-color: rgb(29,255,112); }
td.TdClassName
{
border-color: #1DFF70;
}
.TagClassName
{
border-color: #1DFF70;
}
</style>