Shades of Shamrock #42EA92
Tints of Shamrock #42EA92
RGB
CMYK
RGB Variations
Color information
#42EA92 (or 0x42EA92) is known color: Shamrock. HEX triplet: 42, EA and 92. RGB value is (66,234,146). Sum of RGB (Red+Green+Blue) = 66+234+146=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EA92 is #BD156D. Grayscale: #ADADAD. Windows color (decimal): -12391790 or 9628226. OLE color: 9628226.
HSL color Cylindrical-coordinate representation of color #42EA92: hue angle of 148.57º 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 #42EA92 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 146 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.08 |
| HSL | 148.57º | 0.8% | 0.59% | - |
| HSV(B) | 148.57º | 0.72% | 0.92% | - |
| XYZ | 36.86 | 62.08 | 37.23 | - |
| YUV | 173.74 | 112.34 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 146 | 0.72 | 0 | 0.38 | 0.08 | 148.57 | 0.8 | 0.59 |
| Hex | 42 | EA | 92 | 48 | 0 | 26 | 8 | 95 | 50 | 3B |
| Octal | 102 | 352 | 222 | 110 | 0 | 46 | 10 | 225 | 120 | 73 |
| Binary | 1000010 | 11101010 | 10010010 | 1001000 | 0 | 100110 | 1000 | 10010101 | 1010000 | 111011 |
Color Harmonies of #42EA92
Complementary color
Monochromatic Colors of #42EA92
Black with #42EA92
Text Example
Text Example
White with #42EA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EA92; }
p { color: rgb(66,234,146); }
H1.HeaderClassName
{
color: #42EA92;
}
.AnyTagClassName
{
color: #42EA92;
}
</style>
background-color css
<style>
a { background-color: #42EA92; }
a { background-color: rgb(66,234,146); }
div.DivClassName
{
background-color: #42EA92;
}
.BgClassName
{
background-color: #42EA92;
}
</style>
border-color css
<style>
span { border-color: #42EA92; }
span { border-color: rgb(66,234,146); }
td.TdClassName
{
border-color: #42EA92;
}
.TagClassName
{
border-color: #42EA92;
}
</style>