Shades of Spring Green #1DF972
Tints of Spring Green #1DF972
RGB
CMYK
RGB Variations
Color information
#1DF972 (or 0x1DF972) is known color: Spring Green. HEX triplet: 1D, F9 and 72. RGB value is (29,249,114). Sum of RGB (Red+Green+Blue) = 29+249+114=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 249 (97.66% from 255 or 63.52% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF972 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF972 is #E2068D. Grayscale: #A8A8A8. Windows color (decimal): -14812814 or 7534877. OLE color: 7534877.
HSL color Cylindrical-coordinate representation of color #1DF972: hue angle of 143.18º 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 #1DF972 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 114 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.02 |
| HSL | 143.18º | 0.95% | 0.55% | - |
| HSV(B) | 143.18º | 0.88% | 0.98% | - |
| XYZ | 37.42 | 69.23 | 27.31 | - |
| YUV | 167.83 | 97.61 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 114 | 0.88 | 0 | 0.54 | 0.02 | 143.18 | 0.95 | 0.55 |
| Hex | 1D | F9 | 72 | 58 | 0 | 36 | 2 | 8F | 5F | 37 |
| Octal | 35 | 371 | 162 | 130 | 0 | 66 | 2 | 217 | 137 | 67 |
| Binary | 11101 | 11111001 | 1110010 | 1011000 | 0 | 110110 | 10 | 10001111 | 1011111 | 110111 |
Color Harmonies of #1DF972
Complementary color
Monochromatic Colors of #1DF972
Black with #1DF972
Text Example
Text Example
White with #1DF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF972; }
p { color: rgb(29,249,114); }
H1.HeaderClassName
{
color: #1DF972;
}
.AnyTagClassName
{
color: #1DF972;
}
</style>
background-color css
<style>
a { background-color: #1DF972; }
a { background-color: rgb(29,249,114); }
div.DivClassName
{
background-color: #1DF972;
}
.BgClassName
{
background-color: #1DF972;
}
</style>
border-color css
<style>
span { border-color: #1DF972; }
span { border-color: rgb(29,249,114); }
td.TdClassName
{
border-color: #1DF972;
}
.TagClassName
{
border-color: #1DF972;
}
</style>