Shades of Spring Green #1DF98C
Tints of Spring Green #1DF98C
RGB
CMYK
RGB Variations
Color information
#1DF98C (or 0x1DF98C) is known color: Spring Green. HEX triplet: 1D, F9 and 8C. RGB value is (29,249,140). Sum of RGB (Red+Green+Blue) = 29+249+140=418 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.94% from 418); Green value is 249 (97.66% from 255 or 59.57% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF98C is #E20673. Grayscale: #ABABAB. Windows color (decimal): -14812788 or 9238813. OLE color: 9238813.
HSL color Cylindrical-coordinate representation of color #1DF98C: hue angle of 150.27º degrees, saturation: 0.95, 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 #1DF98C is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 140 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.02 |
| HSL | 150.27º | 0.95% | 0.55% | - |
| HSV(B) | 150.27º | 0.88% | 0.98% | - |
| XYZ | 39.12 | 69.91 | 36.24 | - |
| YUV | 170.79 | 110.61 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 140 | 0.88 | 0 | 0.44 | 0.02 | 150.27 | 0.95 | 0.55 |
| Hex | 1D | F9 | 8C | 58 | 0 | 2C | 2 | 96 | 5F | 37 |
| Octal | 35 | 371 | 214 | 130 | 0 | 54 | 2 | 226 | 137 | 67 |
| Binary | 11101 | 11111001 | 10001100 | 1011000 | 0 | 101100 | 10 | 10010110 | 1011111 | 110111 |
Color Harmonies of #1DF98C
Complementary color
Monochromatic Colors of #1DF98C
Black with #1DF98C
Text Example
Text Example
White with #1DF98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF98C; }
p { color: rgb(29,249,140); }
H1.HeaderClassName
{
color: #1DF98C;
}
.AnyTagClassName
{
color: #1DF98C;
}
</style>
background-color css
<style>
a { background-color: #1DF98C; }
a { background-color: rgb(29,249,140); }
div.DivClassName
{
background-color: #1DF98C;
}
.BgClassName
{
background-color: #1DF98C;
}
</style>
border-color css
<style>
span { border-color: #1DF98C; }
span { border-color: rgb(29,249,140); }
td.TdClassName
{
border-color: #1DF98C;
}
.TagClassName
{
border-color: #1DF98C;
}
</style>