Shades of Spring Green #1DFB65
Tints of Spring Green #1DFB65
RGB
CMYK
RGB Variations
Color information
#1DFB65 (or 0x1DFB65) is known color: Spring Green. HEX triplet: 1D, FB and 65. RGB value is (29,251,101). Sum of RGB (Red+Green+Blue) = 29+251+101=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 251 (98.44% from 255 or 65.88% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFB65 is #E2049A. Grayscale: #A7A7A7. Windows color (decimal): -14812315 or 6683421. OLE color: 6683421.
HSL color Cylindrical-coordinate representation of color #1DFB65: hue angle of 139.46º 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 #1DFB65 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 101 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.02 |
| HSL | 139.46º | 0.97% | 0.55% | - |
| HSV(B) | 139.46º | 0.88% | 0.98% | - |
| XYZ | 37.35 | 70.2 | 23.89 | - |
| YUV | 167.52 | 90.45 | 29.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 101 | 0.88 | 0 | 0.60 | 0.02 | 139.46 | 0.97 | 0.55 |
| Hex | 1D | FB | 65 | 58 | 0 | 3C | 2 | 8B | 61 | 37 |
| Octal | 35 | 373 | 145 | 130 | 0 | 74 | 2 | 213 | 141 | 67 |
| Binary | 11101 | 11111011 | 1100101 | 1011000 | 0 | 111100 | 10 | 10001011 | 1100001 | 110111 |
Color Harmonies of #1DFB65
Complementary color
Monochromatic Colors of #1DFB65
Black with #1DFB65
Text Example
Text Example
White with #1DFB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB65; }
p { color: rgb(29,251,101); }
H1.HeaderClassName
{
color: #1DFB65;
}
.AnyTagClassName
{
color: #1DFB65;
}
</style>
background-color css
<style>
a { background-color: #1DFB65; }
a { background-color: rgb(29,251,101); }
div.DivClassName
{
background-color: #1DFB65;
}
.BgClassName
{
background-color: #1DFB65;
}
</style>
border-color css
<style>
span { border-color: #1DFB65; }
span { border-color: rgb(29,251,101); }
td.TdClassName
{
border-color: #1DFB65;
}
.TagClassName
{
border-color: #1DFB65;
}
</style>