Shades of Spring Green #1DF474
Tints of Spring Green #1DF474
RGB
CMYK
RGB Variations
Color information
#1DF474 (or 0x1DF474) is known color: Spring Green. HEX triplet: 1D, F4 and 74. RGB value is (29,244,116). Sum of RGB (Red+Green+Blue) = 29+244+116=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 244 (95.70% from 255 or 62.72% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF474 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF474 is #E20B8B. Grayscale: #A5A5A5. Windows color (decimal): -14814092 or 7664669. OLE color: 7664669.
HSL color Cylindrical-coordinate representation of color #1DF474: hue angle of 144.28º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF474 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 116 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.04 |
| HSL | 144.28º | 0.91% | 0.54% | - |
| HSV(B) | 144.28º | 0.88% | 0.96% | - |
| XYZ | 36.01 | 66.22 | 27.41 | - |
| YUV | 165.12 | 100.27 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 116 | 0.88 | 0 | 0.52 | 0.04 | 144.28 | 0.91 | 0.54 |
| Hex | 1D | F4 | 74 | 58 | 0 | 34 | 4 | 90 | 5B | 36 |
| Octal | 35 | 364 | 164 | 130 | 0 | 64 | 4 | 220 | 133 | 66 |
| Binary | 11101 | 11110100 | 1110100 | 1011000 | 0 | 110100 | 100 | 10010000 | 1011011 | 110110 |
Color Harmonies of #1DF474
Complementary color
Monochromatic Colors of #1DF474
Black with #1DF474
Text Example
Text Example
White with #1DF474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF474; }
p { color: rgb(29,244,116); }
H1.HeaderClassName
{
color: #1DF474;
}
.AnyTagClassName
{
color: #1DF474;
}
</style>
background-color css
<style>
a { background-color: #1DF474; }
a { background-color: rgb(29,244,116); }
div.DivClassName
{
background-color: #1DF474;
}
.BgClassName
{
background-color: #1DF474;
}
</style>
border-color css
<style>
span { border-color: #1DF474; }
span { border-color: rgb(29,244,116); }
td.TdClassName
{
border-color: #1DF474;
}
.TagClassName
{
border-color: #1DF474;
}
</style>