Shades of Shamrock #42E48A
Tints of Shamrock #42E48A
RGB
CMYK
RGB Variations
Color information
#42E48A (or 0x42E48A) is known color: Shamrock. HEX triplet: 42, E4 and 8A. RGB value is (66,228,138). Sum of RGB (Red+Green+Blue) = 66+228+138=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #42E48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E48A is #BD1B75. Grayscale: #A9A9A9. Windows color (decimal): -12393334 or 9102402. OLE color: 9102402.
HSL color Cylindrical-coordinate representation of color #42E48A: hue angle of 146.67º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E48A is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 228 | 138 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.11 |
| HSL | 146.67º | 0.75% | 0.58% | - |
| HSV(B) | 146.67º | 0.71% | 0.89% | - |
| XYZ | 34.58 | 58.48 | 33.51 | - |
| YUV | 169.3 | 110.33 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 228 | 138 | 0.71 | 0 | 0.39 | 0.11 | 146.67 | 0.75 | 0.58 |
| Hex | 42 | E4 | 8A | 47 | 0 | 27 | B | 93 | 4B | 3A |
| Octal | 102 | 344 | 212 | 107 | 0 | 47 | 13 | 223 | 113 | 72 |
| Binary | 1000010 | 11100100 | 10001010 | 1000111 | 0 | 100111 | 1011 | 10010011 | 1001011 | 111010 |
Color Harmonies of #42E48A
Complementary color
Monochromatic Colors of #42E48A
Black with #42E48A
Text Example
Text Example
White with #42E48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E48A; }
p { color: rgb(66,228,138); }
H1.HeaderClassName
{
color: #42E48A;
}
.AnyTagClassName
{
color: #42E48A;
}
</style>
background-color css
<style>
a { background-color: #42E48A; }
a { background-color: rgb(66,228,138); }
div.DivClassName
{
background-color: #42E48A;
}
.BgClassName
{
background-color: #42E48A;
}
</style>
border-color css
<style>
span { border-color: #42E48A; }
span { border-color: rgb(66,228,138); }
td.TdClassName
{
border-color: #42E48A;
}
.TagClassName
{
border-color: #42E48A;
}
</style>