Shades of Shamrock #42C18D
Tints of Shamrock #42C18D
RGB
CMYK
RGB Variations
Color information
#42C18D (or 0x42C18D) is known color: Shamrock. HEX triplet: 42, C1 and 8D. RGB value is (66,193,141). Sum of RGB (Red+Green+Blue) = 66+193+141=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #42C18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C18D is #BD3E72. Grayscale: #959595. Windows color (decimal): -12402291 or 9290050. OLE color: 9290050.
HSL color Cylindrical-coordinate representation of color #42C18D: hue angle of 155.43º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C18D is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 141 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.24 |
| HSL | 155.43º | 0.51% | 0.51% | - |
| HSV(B) | 155.43º | 0.66% | 0.76% | - |
| XYZ | 26.12 | 41.22 | 31.78 | - |
| YUV | 149.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 141 | 0.66 | 0 | 0.27 | 0.24 | 155.43 | 0.51 | 0.51 |
| Hex | 42 | C1 | 8D | 42 | 0 | 1B | 18 | 9B | 33 | 33 |
| Octal | 102 | 301 | 215 | 102 | 0 | 33 | 30 | 233 | 63 | 63 |
| Binary | 1000010 | 11000001 | 10001101 | 1000010 | 0 | 11011 | 11000 | 10011011 | 110011 | 110011 |
Color Harmonies of #42C18D
Complementary color
Monochromatic Colors of #42C18D
Black with #42C18D
Text Example
Text Example
White with #42C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C18D; }
p { color: rgb(66,193,141); }
H1.HeaderClassName
{
color: #42C18D;
}
.AnyTagClassName
{
color: #42C18D;
}
</style>
background-color css
<style>
a { background-color: #42C18D; }
a { background-color: rgb(66,193,141); }
div.DivClassName
{
background-color: #42C18D;
}
.BgClassName
{
background-color: #42C18D;
}
</style>
border-color css
<style>
span { border-color: #42C18D; }
span { border-color: rgb(66,193,141); }
td.TdClassName
{
border-color: #42C18D;
}
.TagClassName
{
border-color: #42C18D;
}
</style>