Shades of Spring Green #1DFF68
Tints of Spring Green #1DFF68
RGB
CMYK
RGB Variations
Color information
#1DFF68 (or 0x1DFF68) is known color: Spring Green. HEX triplet: 1D, FF and 68. RGB value is (29,255,104). Sum of RGB (Red+Green+Blue) = 29+255+104=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFF68 is #E20097. Grayscale: #AAAAAA. Windows color (decimal): -14811288 or 6881053. OLE color: 6881053.
HSL color Cylindrical-coordinate representation of color #1DFF68: hue angle of 139.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF68 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 104 | - |
| CMYK | 0.89 | 0 | 0.59 | 0 |
| HSL | 139.91º | 1% | 0.56% | - |
| HSV(B) | 139.91º | 0.89% | 1% | - |
| XYZ | 38.77 | 72.78 | 25.1 | - |
| YUV | 170.21 | 90.63 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 104 | 0.89 | 0 | 0.59 | 0 | 139.91 | 1 | 0.56 |
| Hex | 1D | FF | 68 | 59 | 0 | 3B | 0 | 8C | 64 | 38 |
| Octal | 35 | 377 | 150 | 131 | 0 | 73 | 0 | 214 | 144 | 70 |
| Binary | 11101 | 11111111 | 1101000 | 1011001 | 0 | 111011 | 0 | 10001100 | 1100100 | 111000 |
Color Harmonies of #1DFF68
Complementary color
Monochromatic Colors of #1DFF68
Black with #1DFF68
Text Example
Text Example
White with #1DFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF68; }
p { color: rgb(29,255,104); }
H1.HeaderClassName
{
color: #1DFF68;
}
.AnyTagClassName
{
color: #1DFF68;
}
</style>
background-color css
<style>
a { background-color: #1DFF68; }
a { background-color: rgb(29,255,104); }
div.DivClassName
{
background-color: #1DFF68;
}
.BgClassName
{
background-color: #1DFF68;
}
</style>
border-color css
<style>
span { border-color: #1DFF68; }
span { border-color: rgb(29,255,104); }
td.TdClassName
{
border-color: #1DFF68;
}
.TagClassName
{
border-color: #1DFF68;
}
</style>