Shades of Spring Green #1DFF82
Tints of Spring Green #1DFF82
RGB
CMYK
RGB Variations
Color information
#1DFF82 (or 0x1DFF82) is known color: Spring Green. HEX triplet: 1D, FF and 82. RGB value is (29,255,130). Sum of RGB (Red+Green+Blue) = 29+255+130=414 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.00% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DFF82 is #E2007D. Grayscale: #ADADAD. Windows color (decimal): -14811262 or 8584989. OLE color: 8584989.
HSL color Cylindrical-coordinate representation of color #1DFF82: hue angle of 146.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF82 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 130 | - |
| CMYK | 0.89 | 0 | 0.49 | 0 |
| HSL | 146.81º | 1% | 0.56% | - |
| HSV(B) | 146.81º | 0.89% | 1% | - |
| XYZ | 40.3 | 73.39 | 33.16 | - |
| YUV | 173.18 | 103.63 | 25.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 130 | 0.89 | 0 | 0.49 | 0 | 146.81 | 1 | 0.56 |
| Hex | 1D | FF | 82 | 59 | 0 | 31 | 0 | 93 | 64 | 38 |
| Octal | 35 | 377 | 202 | 131 | 0 | 61 | 0 | 223 | 144 | 70 |
| Binary | 11101 | 11111111 | 10000010 | 1011001 | 0 | 110001 | 0 | 10010011 | 1100100 | 111000 |
Color Harmonies of #1DFF82
Complementary color
Monochromatic Colors of #1DFF82
Black with #1DFF82
Text Example
Text Example
White with #1DFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF82; }
p { color: rgb(29,255,130); }
H1.HeaderClassName
{
color: #1DFF82;
}
.AnyTagClassName
{
color: #1DFF82;
}
</style>
background-color css
<style>
a { background-color: #1DFF82; }
a { background-color: rgb(29,255,130); }
div.DivClassName
{
background-color: #1DFF82;
}
.BgClassName
{
background-color: #1DFF82;
}
</style>
border-color css
<style>
span { border-color: #1DFF82; }
span { border-color: rgb(29,255,130); }
td.TdClassName
{
border-color: #1DFF82;
}
.TagClassName
{
border-color: #1DFF82;
}
</style>