Shades of Spring Green #1DFB7A
Tints of Spring Green #1DFB7A
RGB
CMYK
RGB Variations
Color information
#1DFB7A (or 0x1DFB7A) is known color: Spring Green. HEX triplet: 1D, FB and 7A. RGB value is (29,251,122). Sum of RGB (Red+Green+Blue) = 29+251+122=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 251 (98.44% from 255 or 62.44% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFB7A is #E20485. Grayscale: #AAAAAA. Windows color (decimal): -14812294 or 8059677. OLE color: 8059677.
HSL color Cylindrical-coordinate representation of color #1DFB7A: hue angle of 145.14º 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 #1DFB7A is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 122 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.02 |
| HSL | 145.14º | 0.97% | 0.55% | - |
| HSV(B) | 145.14º | 0.88% | 0.98% | - |
| XYZ | 38.52 | 70.66 | 30.02 | - |
| YUV | 169.92 | 100.95 | 27.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 122 | 0.88 | 0 | 0.51 | 0.02 | 145.14 | 0.97 | 0.55 |
| Hex | 1D | FB | 7A | 58 | 0 | 33 | 2 | 91 | 61 | 37 |
| Octal | 35 | 373 | 172 | 130 | 0 | 63 | 2 | 221 | 141 | 67 |
| Binary | 11101 | 11111011 | 1111010 | 1011000 | 0 | 110011 | 10 | 10010001 | 1100001 | 110111 |
Color Harmonies of #1DFB7A
Complementary color
Monochromatic Colors of #1DFB7A
Black with #1DFB7A
Text Example
Text Example
White with #1DFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB7A; }
p { color: rgb(29,251,122); }
H1.HeaderClassName
{
color: #1DFB7A;
}
.AnyTagClassName
{
color: #1DFB7A;
}
</style>
background-color css
<style>
a { background-color: #1DFB7A; }
a { background-color: rgb(29,251,122); }
div.DivClassName
{
background-color: #1DFB7A;
}
.BgClassName
{
background-color: #1DFB7A;
}
</style>
border-color css
<style>
span { border-color: #1DFB7A; }
span { border-color: rgb(29,251,122); }
td.TdClassName
{
border-color: #1DFB7A;
}
.TagClassName
{
border-color: #1DFB7A;
}
</style>