Shades of Shamrock #42CB8C
Tints of Shamrock #42CB8C
RGB
CMYK
RGB Variations
Color information
#42CB8C (or 0x42CB8C) is known color: Shamrock. HEX triplet: 42, CB and 8C. RGB value is (66,203,140). Sum of RGB (Red+Green+Blue) = 66+203+140=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CB8C is #BD3473. Grayscale: #9A9A9A. Windows color (decimal): -12399732 or 9227074. OLE color: 9227074.
HSL color Cylindrical-coordinate representation of color #42CB8C: hue angle of 152.41º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB8C is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 140 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.20 |
| HSL | 152.41º | 0.57% | 0.53% | - |
| HSV(B) | 152.41º | 0.67% | 0.8% | - |
| XYZ | 28.34 | 45.76 | 32.15 | - |
| YUV | 154.86 | 119.61 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 140 | 0.67 | 0 | 0.31 | 0.20 | 152.41 | 0.57 | 0.53 |
| Hex | 42 | CB | 8C | 43 | 0 | 1F | 14 | 98 | 39 | 35 |
| Octal | 102 | 313 | 214 | 103 | 0 | 37 | 24 | 230 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10001100 | 1000011 | 0 | 11111 | 10100 | 10011000 | 111001 | 110101 |
Color Harmonies of #42CB8C
Complementary color
Monochromatic Colors of #42CB8C
Black with #42CB8C
Text Example
Text Example
White with #42CB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB8C; }
p { color: rgb(66,203,140); }
H1.HeaderClassName
{
color: #42CB8C;
}
.AnyTagClassName
{
color: #42CB8C;
}
</style>
background-color css
<style>
a { background-color: #42CB8C; }
a { background-color: rgb(66,203,140); }
div.DivClassName
{
background-color: #42CB8C;
}
.BgClassName
{
background-color: #42CB8C;
}
</style>
border-color css
<style>
span { border-color: #42CB8C; }
span { border-color: rgb(66,203,140); }
td.TdClassName
{
border-color: #42CB8C;
}
.TagClassName
{
border-color: #42CB8C;
}
</style>