Shades of Shamrock #42E190
Tints of Shamrock #42E190
RGB
CMYK
RGB Variations
Color information
#42E190 (or 0x42E190) is known color: Shamrock. HEX triplet: 42, E1 and 90. RGB value is (66,225,144). Sum of RGB (Red+Green+Blue) = 66+225+144=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #42E190 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E190 is #BD1E6F. Grayscale: #A8A8A8. Windows color (decimal): -12394096 or 9494850. OLE color: 9494850.
HSL color Cylindrical-coordinate representation of color #42E190: hue angle of 149.43º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E190 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 144 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.12 |
| HSL | 149.43º | 0.73% | 0.57% | - |
| HSV(B) | 149.43º | 0.71% | 0.88% | - |
| XYZ | 34.21 | 57.02 | 35.59 | - |
| YUV | 168.23 | 114.32 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 144 | 0.71 | 0 | 0.36 | 0.12 | 149.43 | 0.73 | 0.57 |
| Hex | 42 | E1 | 90 | 47 | 0 | 24 | C | 95 | 49 | 39 |
| Octal | 102 | 341 | 220 | 107 | 0 | 44 | 14 | 225 | 111 | 71 |
| Binary | 1000010 | 11100001 | 10010000 | 1000111 | 0 | 100100 | 1100 | 10010101 | 1001001 | 111001 |
Color Harmonies of #42E190
Complementary color
Monochromatic Colors of #42E190
Black with #42E190
Text Example
Text Example
White with #42E190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E190; }
p { color: rgb(66,225,144); }
H1.HeaderClassName
{
color: #42E190;
}
.AnyTagClassName
{
color: #42E190;
}
</style>
background-color css
<style>
a { background-color: #42E190; }
a { background-color: rgb(66,225,144); }
div.DivClassName
{
background-color: #42E190;
}
.BgClassName
{
background-color: #42E190;
}
</style>
border-color css
<style>
span { border-color: #42E190; }
span { border-color: rgb(66,225,144); }
td.TdClassName
{
border-color: #42E190;
}
.TagClassName
{
border-color: #42E190;
}
</style>