Shades of Shamrock #42EA8E
Tints of Shamrock #42EA8E
RGB
CMYK
RGB Variations
Color information
#42EA8E (or 0x42EA8E) is known color: Shamrock. HEX triplet: 42, EA and 8E. RGB value is (66,234,142). Sum of RGB (Red+Green+Blue) = 66+234+142=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EA8E is #BD1571. Grayscale: #ADADAD. Windows color (decimal): -12391794 or 9366082. OLE color: 9366082.
HSL color Cylindrical-coordinate representation of color #42EA8E: hue angle of 147.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA8E is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 142 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.08 |
| HSL | 147.14º | 0.8% | 0.59% | - |
| HSV(B) | 147.14º | 0.72% | 0.92% | - |
| XYZ | 36.55 | 61.96 | 35.62 | - |
| YUV | 173.28 | 110.34 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 142 | 0.72 | 0 | 0.39 | 0.08 | 147.14 | 0.8 | 0.59 |
| Hex | 42 | EA | 8E | 48 | 0 | 27 | 8 | 93 | 50 | 3B |
| Octal | 102 | 352 | 216 | 110 | 0 | 47 | 10 | 223 | 120 | 73 |
| Binary | 1000010 | 11101010 | 10001110 | 1001000 | 0 | 100111 | 1000 | 10010011 | 1010000 | 111011 |
Color Harmonies of #42EA8E
Complementary color
Monochromatic Colors of #42EA8E
Black with #42EA8E
Text Example
Text Example
White with #42EA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EA8E; }
p { color: rgb(66,234,142); }
H1.HeaderClassName
{
color: #42EA8E;
}
.AnyTagClassName
{
color: #42EA8E;
}
</style>
background-color css
<style>
a { background-color: #42EA8E; }
a { background-color: rgb(66,234,142); }
div.DivClassName
{
background-color: #42EA8E;
}
.BgClassName
{
background-color: #42EA8E;
}
</style>
border-color css
<style>
span { border-color: #42EA8E; }
span { border-color: rgb(66,234,142); }
td.TdClassName
{
border-color: #42EA8E;
}
.TagClassName
{
border-color: #42EA8E;
}
</style>