Shades of Shamrock #42D790
Tints of Shamrock #42D790
RGB
CMYK
RGB Variations
Color information
#42D790 (or 0x42D790) is known color: Shamrock. HEX triplet: 42, D7 and 90. RGB value is (66,215,144). Sum of RGB (Red+Green+Blue) = 66+215+144=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #42D790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D790 is #BD286F. Grayscale: #A2A2A2. Windows color (decimal): -12396656 or 9492290. OLE color: 9492290.
HSL color Cylindrical-coordinate representation of color #42D790: hue angle of 151.41º degrees, saturation: 0.65, 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 #42D790 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 144 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.16 |
| HSL | 151.41º | 0.65% | 0.55% | - |
| HSV(B) | 151.41º | 0.69% | 0.84% | - |
| XYZ | 31.58 | 51.77 | 34.71 | - |
| YUV | 162.36 | 117.64 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 144 | 0.69 | 0 | 0.33 | 0.16 | 151.41 | 0.65 | 0.55 |
| Hex | 42 | D7 | 90 | 45 | 0 | 21 | 10 | 97 | 41 | 37 |
| Octal | 102 | 327 | 220 | 105 | 0 | 41 | 20 | 227 | 101 | 67 |
| Binary | 1000010 | 11010111 | 10010000 | 1000101 | 0 | 100001 | 10000 | 10010111 | 1000001 | 110111 |
Color Harmonies of #42D790
Complementary color
Monochromatic Colors of #42D790
Black with #42D790
Text Example
Text Example
White with #42D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D790; }
p { color: rgb(66,215,144); }
H1.HeaderClassName
{
color: #42D790;
}
.AnyTagClassName
{
color: #42D790;
}
</style>
background-color css
<style>
a { background-color: #42D790; }
a { background-color: rgb(66,215,144); }
div.DivClassName
{
background-color: #42D790;
}
.BgClassName
{
background-color: #42D790;
}
</style>
border-color css
<style>
span { border-color: #42D790; }
span { border-color: rgb(66,215,144); }
td.TdClassName
{
border-color: #42D790;
}
.TagClassName
{
border-color: #42D790;
}
</style>