Shades of Spring Green #1DFA67
Tints of Spring Green #1DFA67
RGB
CMYK
RGB Variations
Color information
#1DFA67 (or 0x1DFA67) is known color: Spring Green. HEX triplet: 1D, FA and 67. RGB value is (29,250,103). Sum of RGB (Red+Green+Blue) = 29+250+103=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA67 is #E20598. Grayscale: #A7A7A7. Windows color (decimal): -14812569 or 6814237. OLE color: 6814237.
HSL color Cylindrical-coordinate representation of color #1DFA67: hue angle of 140.09º degrees, saturation: 0.96, 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 #1DFA67 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 103 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.02 |
| HSL | 140.09º | 0.96% | 0.55% | - |
| HSV(B) | 140.09º | 0.88% | 0.98% | - |
| XYZ | 37.14 | 69.61 | 24.31 | - |
| YUV | 167.16 | 91.78 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 103 | 0.88 | 0 | 0.59 | 0.02 | 140.09 | 0.96 | 0.55 |
| Hex | 1D | FA | 67 | 58 | 0 | 3B | 2 | 8C | 60 | 37 |
| Octal | 35 | 372 | 147 | 130 | 0 | 73 | 2 | 214 | 140 | 67 |
| Binary | 11101 | 11111010 | 1100111 | 1011000 | 0 | 111011 | 10 | 10001100 | 1100000 | 110111 |
Color Harmonies of #1DFA67
Complementary color
Monochromatic Colors of #1DFA67
Black with #1DFA67
Text Example
Text Example
White with #1DFA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA67; }
p { color: rgb(29,250,103); }
H1.HeaderClassName
{
color: #1DFA67;
}
.AnyTagClassName
{
color: #1DFA67;
}
</style>
background-color css
<style>
a { background-color: #1DFA67; }
a { background-color: rgb(29,250,103); }
div.DivClassName
{
background-color: #1DFA67;
}
.BgClassName
{
background-color: #1DFA67;
}
</style>
border-color css
<style>
span { border-color: #1DFA67; }
span { border-color: rgb(29,250,103); }
td.TdClassName
{
border-color: #1DFA67;
}
.TagClassName
{
border-color: #1DFA67;
}
</style>