Shades of Shamrock #1EDF7D
Tints of Shamrock #1EDF7D
RGB
CMYK
RGB Variations
Color information
#1EDF7D (or 0x1EDF7D) is known color: Shamrock. HEX triplet: 1E, DF and 7D. RGB value is (30,223,125). Sum of RGB (Red+Green+Blue) = 30+223+125=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDF7D is #E12082. Grayscale: #9A9A9A. Windows color (decimal): -14753923 or 8249118. OLE color: 8249118.
HSL color Cylindrical-coordinate representation of color #1EDF7D: hue angle of 149.53º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDF7D is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 125 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.13 |
| HSL | 149.53º | 0.76% | 0.5% | - |
| HSV(B) | 149.53º | 0.87% | 0.87% | - |
| XYZ | 30.62 | 54.53 | 28.31 | - |
| YUV | 154.12 | 111.56 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 125 | 0.87 | 0 | 0.44 | 0.13 | 149.53 | 0.76 | 0.5 |
| Hex | 1E | DF | 7D | 57 | 0 | 2C | D | 96 | 4C | 32 |
| Octal | 36 | 337 | 175 | 127 | 0 | 54 | 15 | 226 | 114 | 62 |
| Binary | 11110 | 11011111 | 1111101 | 1010111 | 0 | 101100 | 1101 | 10010110 | 1001100 | 110010 |
Color Harmonies of #1EDF7D
Complementary color
Monochromatic Colors of #1EDF7D
Black with #1EDF7D
Text Example
Text Example
White with #1EDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF7D; }
p { color: rgb(30,223,125); }
H1.HeaderClassName
{
color: #1EDF7D;
}
.AnyTagClassName
{
color: #1EDF7D;
}
</style>
background-color css
<style>
a { background-color: #1EDF7D; }
a { background-color: rgb(30,223,125); }
div.DivClassName
{
background-color: #1EDF7D;
}
.BgClassName
{
background-color: #1EDF7D;
}
</style>
border-color css
<style>
span { border-color: #1EDF7D; }
span { border-color: rgb(30,223,125); }
td.TdClassName
{
border-color: #1EDF7D;
}
.TagClassName
{
border-color: #1EDF7D;
}
</style>