Shades of Spring Green #1DFB75
Tints of Spring Green #1DFB75
RGB
CMYK
RGB Variations
Color information
#1DFB75 (or 0x1DFB75) is known color: Spring Green. HEX triplet: 1D, FB and 75. RGB value is (29,251,117). Sum of RGB (Red+Green+Blue) = 29+251+117=397 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.30% from 397); Green value is 251 (98.44% from 255 or 63.22% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFB75 is #E2048A. Grayscale: #A9A9A9. Windows color (decimal): -14812299 or 7731997. OLE color: 7731997.
HSL color Cylindrical-coordinate representation of color #1DFB75: hue angle of 143.78º 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 #1DFB75 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 117 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.02 |
| HSL | 143.78º | 0.97% | 0.55% | - |
| HSV(B) | 143.78º | 0.88% | 0.98% | - |
| XYZ | 38.21 | 70.54 | 28.43 | - |
| YUV | 169.35 | 98.45 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 117 | 0.88 | 0 | 0.53 | 0.02 | 143.78 | 0.97 | 0.55 |
| Hex | 1D | FB | 75 | 58 | 0 | 35 | 2 | 90 | 61 | 37 |
| Octal | 35 | 373 | 165 | 130 | 0 | 65 | 2 | 220 | 141 | 67 |
| Binary | 11101 | 11111011 | 1110101 | 1011000 | 0 | 110101 | 10 | 10010000 | 1100001 | 110111 |
Color Harmonies of #1DFB75
Complementary color
Monochromatic Colors of #1DFB75
Black with #1DFB75
Text Example
Text Example
White with #1DFB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB75; }
p { color: rgb(29,251,117); }
H1.HeaderClassName
{
color: #1DFB75;
}
.AnyTagClassName
{
color: #1DFB75;
}
</style>
background-color css
<style>
a { background-color: #1DFB75; }
a { background-color: rgb(29,251,117); }
div.DivClassName
{
background-color: #1DFB75;
}
.BgClassName
{
background-color: #1DFB75;
}
</style>
border-color css
<style>
span { border-color: #1DFB75; }
span { border-color: rgb(29,251,117); }
td.TdClassName
{
border-color: #1DFB75;
}
.TagClassName
{
border-color: #1DFB75;
}
</style>