Shades of Spring Green #1DFB85
Tints of Spring Green #1DFB85
RGB
CMYK
RGB Variations
Color information
#1DFB85 (or 0x1DFB85) is known color: Spring Green. HEX triplet: 1D, FB and 85. RGB value is (29,251,133). Sum of RGB (Red+Green+Blue) = 29+251+133=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 251 (98.44% from 255 or 60.77% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DFB85 is #E2047A. Grayscale: #ABABAB. Windows color (decimal): -14812283 or 8780573. OLE color: 8780573.
HSL color Cylindrical-coordinate representation of color #1DFB85: hue angle of 148.11º degrees, saturation: 0.97, 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 #1DFB85 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 133 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.02 |
| HSL | 148.11º | 0.97% | 0.55% | - |
| HSV(B) | 148.11º | 0.88% | 0.98% | - |
| XYZ | 39.24 | 70.95 | 33.82 | - |
| YUV | 171.17 | 106.45 | 26.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 133 | 0.88 | 0 | 0.47 | 0.02 | 148.11 | 0.97 | 0.55 |
| Hex | 1D | FB | 85 | 58 | 0 | 2F | 2 | 94 | 61 | 37 |
| Octal | 35 | 373 | 205 | 130 | 0 | 57 | 2 | 224 | 141 | 67 |
| Binary | 11101 | 11111011 | 10000101 | 1011000 | 0 | 101111 | 10 | 10010100 | 1100001 | 110111 |
Color Harmonies of #1DFB85
Complementary color
Monochromatic Colors of #1DFB85
Black with #1DFB85
Text Example
Text Example
White with #1DFB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB85; }
p { color: rgb(29,251,133); }
H1.HeaderClassName
{
color: #1DFB85;
}
.AnyTagClassName
{
color: #1DFB85;
}
</style>
background-color css
<style>
a { background-color: #1DFB85; }
a { background-color: rgb(29,251,133); }
div.DivClassName
{
background-color: #1DFB85;
}
.BgClassName
{
background-color: #1DFB85;
}
</style>
border-color css
<style>
span { border-color: #1DFB85; }
span { border-color: rgb(29,251,133); }
td.TdClassName
{
border-color: #1DFB85;
}
.TagClassName
{
border-color: #1DFB85;
}
</style>