Shades of Shamrock #1ED67F
Tints of Shamrock #1ED67F
RGB
CMYK
RGB Variations
Color information
#1ED67F (or 0x1ED67F) is known color: Shamrock. HEX triplet: 1E, D6 and 7F. RGB value is (30,214,127). Sum of RGB (Red+Green+Blue) = 30+214+127=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED67F is #E12980. Grayscale: #959595. Windows color (decimal): -14756225 or 8377886. OLE color: 8377886.
HSL color Cylindrical-coordinate representation of color #1ED67F: hue angle of 151.63º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED67F is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 214 | 127 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.16 |
| HSL | 151.63º | 0.75% | 0.48% | - |
| HSV(B) | 151.63º | 0.86% | 0.84% | - |
| XYZ | 28.41 | 49.9 | 28.21 | - |
| YUV | 149.07 | 115.54 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 127 | 0.86 | 0 | 0.41 | 0.16 | 151.63 | 0.75 | 0.48 |
| Hex | 1E | D6 | 7F | 56 | 0 | 29 | 10 | 98 | 4B | 30 |
| Octal | 36 | 326 | 177 | 126 | 0 | 51 | 20 | 230 | 113 | 60 |
| Binary | 11110 | 11010110 | 1111111 | 1010110 | 0 | 101001 | 10000 | 10011000 | 1001011 | 110000 |
Color Harmonies of #1ED67F
Complementary color
Monochromatic Colors of #1ED67F
Black with #1ED67F
Text Example
Text Example
White with #1ED67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED67F; }
p { color: rgb(30,214,127); }
H1.HeaderClassName
{
color: #1ED67F;
}
.AnyTagClassName
{
color: #1ED67F;
}
</style>
background-color css
<style>
a { background-color: #1ED67F; }
a { background-color: rgb(30,214,127); }
div.DivClassName
{
background-color: #1ED67F;
}
.BgClassName
{
background-color: #1ED67F;
}
</style>
border-color css
<style>
span { border-color: #1ED67F; }
span { border-color: rgb(30,214,127); }
td.TdClassName
{
border-color: #1ED67F;
}
.TagClassName
{
border-color: #1ED67F;
}
</style>