Shades of Shamrock #1FDA7F
Tints of Shamrock #1FDA7F
RGB
CMYK
RGB Variations
Color information
#1FDA7F (or 0x1FDA7F) is known color: Shamrock. HEX triplet: 1F, DA and 7F. RGB value is (31,218,127). Sum of RGB (Red+Green+Blue) = 31+218+127=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDA7F is #E02580. Grayscale: #979797. Windows color (decimal): -14689665 or 8378911. OLE color: 8378911.
HSL color Cylindrical-coordinate representation of color #1FDA7F: hue angle of 150.8º 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 #1FDA7F is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 127 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.15 |
| HSL | 150.8º | 0.75% | 0.49% | - |
| HSV(B) | 150.8º | 0.86% | 0.85% | - |
| XYZ | 29.47 | 51.97 | 28.56 | - |
| YUV | 151.71 | 114.05 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 127 | 0.86 | 0 | 0.42 | 0.15 | 150.8 | 0.75 | 0.49 |
| Hex | 1F | DA | 7F | 56 | 0 | 2A | F | 97 | 4B | 31 |
| Octal | 37 | 332 | 177 | 126 | 0 | 52 | 17 | 227 | 113 | 61 |
| Binary | 11111 | 11011010 | 1111111 | 1010110 | 0 | 101010 | 1111 | 10010111 | 1001011 | 110001 |
Color Harmonies of #1FDA7F
Complementary color
Monochromatic Colors of #1FDA7F
Black with #1FDA7F
Text Example
Text Example
White with #1FDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA7F; }
p { color: rgb(31,218,127); }
H1.HeaderClassName
{
color: #1FDA7F;
}
.AnyTagClassName
{
color: #1FDA7F;
}
</style>
background-color css
<style>
a { background-color: #1FDA7F; }
a { background-color: rgb(31,218,127); }
div.DivClassName
{
background-color: #1FDA7F;
}
.BgClassName
{
background-color: #1FDA7F;
}
</style>
border-color css
<style>
span { border-color: #1FDA7F; }
span { border-color: rgb(31,218,127); }
td.TdClassName
{
border-color: #1FDA7F;
}
.TagClassName
{
border-color: #1FDA7F;
}
</style>