Shades of Shamrock #42D69C
Tints of Shamrock #42D69C
RGB
CMYK
RGB Variations
Color information
#42D69C (or 0x42D69C) is known color: Shamrock. HEX triplet: 42, D6 and 9C. RGB value is (66,214,156). Sum of RGB (Red+Green+Blue) = 66+214+156=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #42D69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D69C is #BD2963. Grayscale: #A3A3A3. Windows color (decimal): -12396900 or 10278466. OLE color: 10278466.
HSL color Cylindrical-coordinate representation of color #42D69C: hue angle of 156.49º 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 #42D69C is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 156 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.16 |
| HSL | 156.49º | 0.64% | 0.55% | - |
| HSV(B) | 156.49º | 0.69% | 0.84% | - |
| XYZ | 32.29 | 51.65 | 39.72 | - |
| YUV | 163.14 | 123.97 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 156 | 0.69 | 0 | 0.27 | 0.16 | 156.49 | 0.64 | 0.55 |
| Hex | 42 | D6 | 9C | 45 | 0 | 1B | 10 | 9C | 40 | 37 |
| Octal | 102 | 326 | 234 | 105 | 0 | 33 | 20 | 234 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10011100 | 1000101 | 0 | 11011 | 10000 | 10011100 | 1000000 | 110111 |
Color Harmonies of #42D69C
Complementary color
Monochromatic Colors of #42D69C
Black with #42D69C
Text Example
Text Example
White with #42D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D69C; }
p { color: rgb(66,214,156); }
H1.HeaderClassName
{
color: #42D69C;
}
.AnyTagClassName
{
color: #42D69C;
}
</style>
background-color css
<style>
a { background-color: #42D69C; }
a { background-color: rgb(66,214,156); }
div.DivClassName
{
background-color: #42D69C;
}
.BgClassName
{
background-color: #42D69C;
}
</style>
border-color css
<style>
span { border-color: #42D69C; }
span { border-color: rgb(66,214,156); }
td.TdClassName
{
border-color: #42D69C;
}
.TagClassName
{
border-color: #42D69C;
}
</style>