Shades of Shamrock #42D49A
Tints of Shamrock #42D49A
RGB
CMYK
RGB Variations
Color information
#42D49A (or 0x42D49A) is known color: Shamrock. HEX triplet: 42, D4 and 9A. RGB value is (66,212,154). Sum of RGB (Red+Green+Blue) = 66+212+154=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #42D49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D49A is #BD2B65. Grayscale: #A1A1A1. Windows color (decimal): -12397414 or 10146882. OLE color: 10146882.
HSL color Cylindrical-coordinate representation of color #42D49A: hue angle of 156.16º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D49A is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 154 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.17 |
| HSL | 156.16º | 0.63% | 0.55% | - |
| HSV(B) | 156.16º | 0.69% | 0.83% | - |
| XYZ | 31.62 | 50.58 | 38.67 | - |
| YUV | 161.73 | 123.63 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 154 | 0.69 | 0 | 0.27 | 0.17 | 156.16 | 0.63 | 0.55 |
| Hex | 42 | D4 | 9A | 45 | 0 | 1B | 11 | 9C | 3F | 37 |
| Octal | 102 | 324 | 232 | 105 | 0 | 33 | 21 | 234 | 77 | 67 |
| Binary | 1000010 | 11010100 | 10011010 | 1000101 | 0 | 11011 | 10001 | 10011100 | 111111 | 110111 |
Color Harmonies of #42D49A
Complementary color
Monochromatic Colors of #42D49A
Black with #42D49A
Text Example
Text Example
White with #42D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D49A; }
p { color: rgb(66,212,154); }
H1.HeaderClassName
{
color: #42D49A;
}
.AnyTagClassName
{
color: #42D49A;
}
</style>
background-color css
<style>
a { background-color: #42D49A; }
a { background-color: rgb(66,212,154); }
div.DivClassName
{
background-color: #42D49A;
}
.BgClassName
{
background-color: #42D49A;
}
</style>
border-color css
<style>
span { border-color: #42D49A; }
span { border-color: rgb(66,212,154); }
td.TdClassName
{
border-color: #42D49A;
}
.TagClassName
{
border-color: #42D49A;
}
</style>