Shades of Spring Green #1DFD68
Tints of Spring Green #1DFD68
RGB
CMYK
RGB Variations
Color information
#1DFD68 (or 0x1DFD68) is known color: Spring Green. HEX triplet: 1D, FD and 68. RGB value is (29,253,104). Sum of RGB (Red+Green+Blue) = 29+253+104=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 253 (99.22% from 255 or 65.54% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFD68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFD68 is #E20297. Grayscale: #A9A9A9. Windows color (decimal): -14811800 or 6880541. OLE color: 6880541.
HSL color Cylindrical-coordinate representation of color #1DFD68: hue angle of 140.09º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFD68 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 104 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.01 |
| HSL | 140.09º | 0.98% | 0.55% | - |
| HSV(B) | 140.09º | 0.89% | 0.99% | - |
| XYZ | 38.13 | 71.51 | 24.89 | - |
| YUV | 169.04 | 91.29 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 104 | 0.89 | 0 | 0.59 | 0.01 | 140.09 | 0.98 | 0.55 |
| Hex | 1D | FD | 68 | 59 | 0 | 3B | 1 | 8C | 62 | 37 |
| Octal | 35 | 375 | 150 | 131 | 0 | 73 | 1 | 214 | 142 | 67 |
| Binary | 11101 | 11111101 | 1101000 | 1011001 | 0 | 111011 | 1 | 10001100 | 1100010 | 110111 |
Color Harmonies of #1DFD68
Complementary color
Monochromatic Colors of #1DFD68
Black with #1DFD68
Text Example
Text Example
White with #1DFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFD68; }
p { color: rgb(29,253,104); }
H1.HeaderClassName
{
color: #1DFD68;
}
.AnyTagClassName
{
color: #1DFD68;
}
</style>
background-color css
<style>
a { background-color: #1DFD68; }
a { background-color: rgb(29,253,104); }
div.DivClassName
{
background-color: #1DFD68;
}
.BgClassName
{
background-color: #1DFD68;
}
</style>
border-color css
<style>
span { border-color: #1DFD68; }
span { border-color: rgb(29,253,104); }
td.TdClassName
{
border-color: #1DFD68;
}
.TagClassName
{
border-color: #1DFD68;
}
</style>