Shades of Spring Green #1DFA76
Tints of Spring Green #1DFA76
RGB
CMYK
RGB Variations
Color information
#1DFA76 (or 0x1DFA76) is known color: Spring Green. HEX triplet: 1D, FA and 76. RGB value is (29,250,118). Sum of RGB (Red+Green+Blue) = 29+250+118=397 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.30% from 397); Green value is 250 (98.05% from 255 or 62.97% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA76 is #E20589. Grayscale: #A9A9A9. Windows color (decimal): -14812554 or 7797277. OLE color: 7797277.
HSL color Cylindrical-coordinate representation of color #1DFA76: hue angle of 144.16º degrees, saturation: 0.96, 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 #1DFA76 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 118 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.02 |
| HSL | 144.16º | 0.96% | 0.55% | - |
| HSV(B) | 144.16º | 0.88% | 0.98% | - |
| XYZ | 37.96 | 69.94 | 28.64 | - |
| YUV | 168.87 | 99.28 | 28.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 118 | 0.88 | 0 | 0.53 | 0.02 | 144.16 | 0.96 | 0.55 |
| Hex | 1D | FA | 76 | 58 | 0 | 35 | 2 | 90 | 60 | 37 |
| Octal | 35 | 372 | 166 | 130 | 0 | 65 | 2 | 220 | 140 | 67 |
| Binary | 11101 | 11111010 | 1110110 | 1011000 | 0 | 110101 | 10 | 10010000 | 1100000 | 110111 |
Color Harmonies of #1DFA76
Complementary color
Monochromatic Colors of #1DFA76
Black with #1DFA76
Text Example
Text Example
White with #1DFA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA76; }
p { color: rgb(29,250,118); }
H1.HeaderClassName
{
color: #1DFA76;
}
.AnyTagClassName
{
color: #1DFA76;
}
</style>
background-color css
<style>
a { background-color: #1DFA76; }
a { background-color: rgb(29,250,118); }
div.DivClassName
{
background-color: #1DFA76;
}
.BgClassName
{
background-color: #1DFA76;
}
</style>
border-color css
<style>
span { border-color: #1DFA76; }
span { border-color: rgb(29,250,118); }
td.TdClassName
{
border-color: #1DFA76;
}
.TagClassName
{
border-color: #1DFA76;
}
</style>