Shades of Shamrock #42EBA1
Tints of Shamrock #42EBA1
RGB
CMYK
RGB Variations
Color information
#42EBA1 (or 0x42EBA1) is known color: Shamrock. HEX triplet: 42, EB and A1. RGB value is (66,235,161). Sum of RGB (Red+Green+Blue) = 66+235+161=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 235 (92.19% from 255 or 50.87% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EBA1 is #BD145E. Grayscale: #B0B0B0. Windows color (decimal): -12391519 or 10611522. OLE color: 10611522.
HSL color Cylindrical-coordinate representation of color #42EBA1: hue angle of 153.73º degrees, saturation: 0.81, 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 #42EBA1 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 235 | 161 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.08 |
| HSL | 153.73º | 0.81% | 0.59% | - |
| HSV(B) | 153.73º | 0.72% | 0.92% | - |
| XYZ | 38.39 | 63.15 | 43.88 | - |
| YUV | 176.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 235 | 161 | 0.72 | 0 | 0.31 | 0.08 | 153.73 | 0.81 | 0.59 |
| Hex | 42 | EB | A1 | 48 | 0 | 1F | 8 | 9A | 51 | 3B |
| Octal | 102 | 353 | 241 | 110 | 0 | 37 | 10 | 232 | 121 | 73 |
| Binary | 1000010 | 11101011 | 10100001 | 1001000 | 0 | 11111 | 1000 | 10011010 | 1010001 | 111011 |
Color Harmonies of #42EBA1
Complementary color
Monochromatic Colors of #42EBA1
Black with #42EBA1
Text Example
Text Example
White with #42EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EBA1; }
p { color: rgb(66,235,161); }
H1.HeaderClassName
{
color: #42EBA1;
}
.AnyTagClassName
{
color: #42EBA1;
}
</style>
background-color css
<style>
a { background-color: #42EBA1; }
a { background-color: rgb(66,235,161); }
div.DivClassName
{
background-color: #42EBA1;
}
.BgClassName
{
background-color: #42EBA1;
}
</style>
border-color css
<style>
span { border-color: #42EBA1; }
span { border-color: rgb(66,235,161); }
td.TdClassName
{
border-color: #42EBA1;
}
.TagClassName
{
border-color: #42EBA1;
}
</style>