Shades of Shamrock #1FDA7D
Tints of Shamrock #1FDA7D
RGB
CMYK
RGB Variations
Color information
#1FDA7D (or 0x1FDA7D) is known color: Shamrock. HEX triplet: 1F, DA and 7D. RGB value is (31,218,125). Sum of RGB (Red+Green+Blue) = 31+218+125=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDA7D is #E02582. Grayscale: #979797. Windows color (decimal): -14689667 or 8247839. OLE color: 8247839.
HSL color Cylindrical-coordinate representation of color #1FDA7D: hue angle of 150.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDA7D is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 125 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.15 |
| HSL | 150.16º | 0.75% | 0.49% | - |
| HSV(B) | 150.16º | 0.86% | 0.85% | - |
| XYZ | 29.34 | 51.91 | 27.88 | - |
| YUV | 151.49 | 113.05 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 125 | 0.86 | 0 | 0.43 | 0.15 | 150.16 | 0.75 | 0.49 |
| Hex | 1F | DA | 7D | 56 | 0 | 2B | F | 96 | 4B | 31 |
| Octal | 37 | 332 | 175 | 126 | 0 | 53 | 17 | 226 | 113 | 61 |
| Binary | 11111 | 11011010 | 1111101 | 1010110 | 0 | 101011 | 1111 | 10010110 | 1001011 | 110001 |
Color Harmonies of #1FDA7D
Complementary color
Monochromatic Colors of #1FDA7D
Black with #1FDA7D
Text Example
Text Example
White with #1FDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA7D; }
p { color: rgb(31,218,125); }
H1.HeaderClassName
{
color: #1FDA7D;
}
.AnyTagClassName
{
color: #1FDA7D;
}
</style>
background-color css
<style>
a { background-color: #1FDA7D; }
a { background-color: rgb(31,218,125); }
div.DivClassName
{
background-color: #1FDA7D;
}
.BgClassName
{
background-color: #1FDA7D;
}
</style>
border-color css
<style>
span { border-color: #1FDA7D; }
span { border-color: rgb(31,218,125); }
td.TdClassName
{
border-color: #1FDA7D;
}
.TagClassName
{
border-color: #1FDA7D;
}
</style>