Shades of Shamrock #42D690
Tints of Shamrock #42D690
RGB
CMYK
RGB Variations
Color information
#42D690 (or 0x42D690) is known color: Shamrock. HEX triplet: 42, D6 and 90. RGB value is (66,214,144). Sum of RGB (Red+Green+Blue) = 66+214+144=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #42D690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D690 is #BD296F. Grayscale: #A1A1A1. Windows color (decimal): -12396912 or 9492034. OLE color: 9492034.
HSL color Cylindrical-coordinate representation of color #42D690: hue angle of 151.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D690 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 144 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.16 |
| HSL | 151.62º | 0.64% | 0.55% | - |
| HSV(B) | 151.62º | 0.69% | 0.84% | - |
| XYZ | 31.33 | 51.27 | 34.63 | - |
| YUV | 161.77 | 117.97 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 144 | 0.69 | 0 | 0.33 | 0.16 | 151.62 | 0.64 | 0.55 |
| Hex | 42 | D6 | 90 | 45 | 0 | 21 | 10 | 98 | 40 | 37 |
| Octal | 102 | 326 | 220 | 105 | 0 | 41 | 20 | 230 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10010000 | 1000101 | 0 | 100001 | 10000 | 10011000 | 1000000 | 110111 |
Color Harmonies of #42D690
Complementary color
Monochromatic Colors of #42D690
Black with #42D690
Text Example
Text Example
White with #42D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D690; }
p { color: rgb(66,214,144); }
H1.HeaderClassName
{
color: #42D690;
}
.AnyTagClassName
{
color: #42D690;
}
</style>
background-color css
<style>
a { background-color: #42D690; }
a { background-color: rgb(66,214,144); }
div.DivClassName
{
background-color: #42D690;
}
.BgClassName
{
background-color: #42D690;
}
</style>
border-color css
<style>
span { border-color: #42D690; }
span { border-color: rgb(66,214,144); }
td.TdClassName
{
border-color: #42D690;
}
.TagClassName
{
border-color: #42D690;
}
</style>