Shades of Shamrock #42D78D
Tints of Shamrock #42D78D
RGB
CMYK
RGB Variations
Color information
#42D78D (or 0x42D78D) is known color: Shamrock. HEX triplet: 42, D7 and 8D. RGB value is (66,215,141). Sum of RGB (Red+Green+Blue) = 66+215+141=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #42D78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D78D is #BD2872. Grayscale: #A2A2A2. Windows color (decimal): -12396659 or 9295682. OLE color: 9295682.
HSL color Cylindrical-coordinate representation of color #42D78D: hue angle of 150.2º 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 #42D78D is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 141 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.16 |
| HSL | 150.2º | 0.65% | 0.55% | - |
| HSV(B) | 150.2º | 0.69% | 0.84% | - |
| XYZ | 31.35 | 51.68 | 33.52 | - |
| YUV | 162.01 | 116.14 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 141 | 0.69 | 0 | 0.34 | 0.16 | 150.2 | 0.65 | 0.55 |
| Hex | 42 | D7 | 8D | 45 | 0 | 22 | 10 | 96 | 41 | 37 |
| Octal | 102 | 327 | 215 | 105 | 0 | 42 | 20 | 226 | 101 | 67 |
| Binary | 1000010 | 11010111 | 10001101 | 1000101 | 0 | 100010 | 10000 | 10010110 | 1000001 | 110111 |
Color Harmonies of #42D78D
Complementary color
Monochromatic Colors of #42D78D
Black with #42D78D
Text Example
Text Example
White with #42D78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D78D; }
p { color: rgb(66,215,141); }
H1.HeaderClassName
{
color: #42D78D;
}
.AnyTagClassName
{
color: #42D78D;
}
</style>
background-color css
<style>
a { background-color: #42D78D; }
a { background-color: rgb(66,215,141); }
div.DivClassName
{
background-color: #42D78D;
}
.BgClassName
{
background-color: #42D78D;
}
</style>
border-color css
<style>
span { border-color: #42D78D; }
span { border-color: rgb(66,215,141); }
td.TdClassName
{
border-color: #42D78D;
}
.TagClassName
{
border-color: #42D78D;
}
</style>