Shades of Shamrock #42D78B
Tints of Shamrock #42D78B
RGB
CMYK
RGB Variations
Color information
#42D78B (or 0x42D78B) is known color: Shamrock. HEX triplet: 42, D7 and 8B. RGB value is (66,215,139). Sum of RGB (Red+Green+Blue) = 66+215+139=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #42D78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D78B is #BD2874. Grayscale: #A1A1A1. Windows color (decimal): -12396661 or 9164610. OLE color: 9164610.
HSL color Cylindrical-coordinate representation of color #42D78B: hue angle of 149.4º 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 #42D78B is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 139 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.16 |
| HSL | 149.4º | 0.65% | 0.55% | - |
| HSV(B) | 149.4º | 0.69% | 0.84% | - |
| XYZ | 31.21 | 51.62 | 32.75 | - |
| YUV | 161.79 | 115.14 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 139 | 0.69 | 0 | 0.35 | 0.16 | 149.4 | 0.65 | 0.55 |
| Hex | 42 | D7 | 8B | 45 | 0 | 23 | 10 | 95 | 41 | 37 |
| Octal | 102 | 327 | 213 | 105 | 0 | 43 | 20 | 225 | 101 | 67 |
| Binary | 1000010 | 11010111 | 10001011 | 1000101 | 0 | 100011 | 10000 | 10010101 | 1000001 | 110111 |
Color Harmonies of #42D78B
Complementary color
Monochromatic Colors of #42D78B
Black with #42D78B
Text Example
Text Example
White with #42D78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D78B; }
p { color: rgb(66,215,139); }
H1.HeaderClassName
{
color: #42D78B;
}
.AnyTagClassName
{
color: #42D78B;
}
</style>
background-color css
<style>
a { background-color: #42D78B; }
a { background-color: rgb(66,215,139); }
div.DivClassName
{
background-color: #42D78B;
}
.BgClassName
{
background-color: #42D78B;
}
</style>
border-color css
<style>
span { border-color: #42D78B; }
span { border-color: rgb(66,215,139); }
td.TdClassName
{
border-color: #42D78B;
}
.TagClassName
{
border-color: #42D78B;
}
</style>