Shades of Shamrock #42EF8D
Tints of Shamrock #42EF8D
RGB
CMYK
RGB Variations
Color information
#42EF8D (or 0x42EF8D) is known color: Shamrock. HEX triplet: 42, EF and 8D. RGB value is (66,239,141). Sum of RGB (Red+Green+Blue) = 66+239+141=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EF8D is #BD1072. Grayscale: #B0B0B0. Windows color (decimal): -12390515 or 9301826. OLE color: 9301826.
HSL color Cylindrical-coordinate representation of color #42EF8D: hue angle of 146.01º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EF8D is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 141 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.06 |
| HSL | 146.01º | 0.84% | 0.6% | - |
| HSV(B) | 146.01º | 0.72% | 0.94% | - |
| XYZ | 37.92 | 64.81 | 35.71 | - |
| YUV | 176.1 | 108.19 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 141 | 0.72 | 0 | 0.41 | 0.06 | 146.01 | 0.84 | 0.6 |
| Hex | 42 | EF | 8D | 48 | 0 | 29 | 6 | 92 | 54 | 3C |
| Octal | 102 | 357 | 215 | 110 | 0 | 51 | 6 | 222 | 124 | 74 |
| Binary | 1000010 | 11101111 | 10001101 | 1001000 | 0 | 101001 | 110 | 10010010 | 1010100 | 111100 |
Color Harmonies of #42EF8D
Complementary color
Monochromatic Colors of #42EF8D
Black with #42EF8D
Text Example
Text Example
White with #42EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EF8D; }
p { color: rgb(66,239,141); }
H1.HeaderClassName
{
color: #42EF8D;
}
.AnyTagClassName
{
color: #42EF8D;
}
</style>
background-color css
<style>
a { background-color: #42EF8D; }
a { background-color: rgb(66,239,141); }
div.DivClassName
{
background-color: #42EF8D;
}
.BgClassName
{
background-color: #42EF8D;
}
</style>
border-color css
<style>
span { border-color: #42EF8D; }
span { border-color: rgb(66,239,141); }
td.TdClassName
{
border-color: #42EF8D;
}
.TagClassName
{
border-color: #42EF8D;
}
</style>