Shades of Shamrock #42D68A
Tints of Shamrock #42D68A
RGB
CMYK
RGB Variations
Color information
#42D68A (or 0x42D68A) is known color: Shamrock. HEX triplet: 42, D6 and 8A. RGB value is (66,214,138). Sum of RGB (Red+Green+Blue) = 66+214+138=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #42D68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D68A is #BD2975. Grayscale: #A1A1A1. Windows color (decimal): -12396918 or 9098818. OLE color: 9098818.
HSL color Cylindrical-coordinate representation of color #42D68A: hue angle of 149.19º 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 #42D68A is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 138 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.16 |
| HSL | 149.19º | 0.64% | 0.55% | - |
| HSV(B) | 149.19º | 0.69% | 0.84% | - |
| XYZ | 30.88 | 51.09 | 32.28 | - |
| YUV | 161.08 | 114.97 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 138 | 0.69 | 0 | 0.36 | 0.16 | 149.19 | 0.64 | 0.55 |
| Hex | 42 | D6 | 8A | 45 | 0 | 24 | 10 | 95 | 40 | 37 |
| Octal | 102 | 326 | 212 | 105 | 0 | 44 | 20 | 225 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10001010 | 1000101 | 0 | 100100 | 10000 | 10010101 | 1000000 | 110111 |
Color Harmonies of #42D68A
Complementary color
Monochromatic Colors of #42D68A
Black with #42D68A
Text Example
Text Example
White with #42D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D68A; }
p { color: rgb(66,214,138); }
H1.HeaderClassName
{
color: #42D68A;
}
.AnyTagClassName
{
color: #42D68A;
}
</style>
background-color css
<style>
a { background-color: #42D68A; }
a { background-color: rgb(66,214,138); }
div.DivClassName
{
background-color: #42D68A;
}
.BgClassName
{
background-color: #42D68A;
}
</style>
border-color css
<style>
span { border-color: #42D68A; }
span { border-color: rgb(66,214,138); }
td.TdClassName
{
border-color: #42D68A;
}
.TagClassName
{
border-color: #42D68A;
}
</style>