Shades of Spring Green #1DFC64
Tints of Spring Green #1DFC64
RGB
CMYK
RGB Variations
Color information
#1DFC64 (or 0x1DFC64) is known color: Spring Green. HEX triplet: 1D, FC and 64. RGB value is (29,252,100). Sum of RGB (Red+Green+Blue) = 29+252+100=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFC64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFC64 is #E2039B. Grayscale: #A8A8A8. Windows color (decimal): -14812060 or 6618141. OLE color: 6618141.
HSL color Cylindrical-coordinate representation of color #1DFC64: hue angle of 139.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFC64 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 100 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.01 |
| HSL | 139.1º | 0.97% | 0.55% | - |
| HSV(B) | 139.1º | 0.88% | 0.99% | - |
| XYZ | 37.62 | 70.8 | 23.74 | - |
| YUV | 168 | 89.62 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 100 | 0.88 | 0 | 0.60 | 0.01 | 139.1 | 0.97 | 0.55 |
| Hex | 1D | FC | 64 | 58 | 0 | 3C | 1 | 8B | 61 | 37 |
| Octal | 35 | 374 | 144 | 130 | 0 | 74 | 1 | 213 | 141 | 67 |
| Binary | 11101 | 11111100 | 1100100 | 1011000 | 0 | 111100 | 1 | 10001011 | 1100001 | 110111 |
Color Harmonies of #1DFC64
Complementary color
Monochromatic Colors of #1DFC64
Black with #1DFC64
Text Example
Text Example
White with #1DFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFC64; }
p { color: rgb(29,252,100); }
H1.HeaderClassName
{
color: #1DFC64;
}
.AnyTagClassName
{
color: #1DFC64;
}
</style>
background-color css
<style>
a { background-color: #1DFC64; }
a { background-color: rgb(29,252,100); }
div.DivClassName
{
background-color: #1DFC64;
}
.BgClassName
{
background-color: #1DFC64;
}
</style>
border-color css
<style>
span { border-color: #1DFC64; }
span { border-color: rgb(29,252,100); }
td.TdClassName
{
border-color: #1DFC64;
}
.TagClassName
{
border-color: #1DFC64;
}
</style>