Shades of Shamrock #42CD9A
Tints of Shamrock #42CD9A
RGB
CMYK
RGB Variations
Color information
#42CD9A (or 0x42CD9A) is known color: Shamrock. HEX triplet: 42, CD and 9A. RGB value is (66,205,154). Sum of RGB (Red+Green+Blue) = 66+205+154=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CD9A is #BD3265. Grayscale: #9D9D9D. Windows color (decimal): -12399206 or 10145090. OLE color: 10145090.
HSL color Cylindrical-coordinate representation of color #42CD9A: hue angle of 157.99º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD9A is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 154 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.20 |
| HSL | 157.99º | 0.58% | 0.53% | - |
| HSV(B) | 157.99º | 0.68% | 0.8% | - |
| XYZ | 29.91 | 47.15 | 38.1 | - |
| YUV | 157.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 154 | 0.68 | 0 | 0.25 | 0.20 | 157.99 | 0.58 | 0.53 |
| Hex | 42 | CD | 9A | 44 | 0 | 19 | 14 | 9E | 3A | 35 |
| Octal | 102 | 315 | 232 | 104 | 0 | 31 | 24 | 236 | 72 | 65 |
| Binary | 1000010 | 11001101 | 10011010 | 1000100 | 0 | 11001 | 10100 | 10011110 | 111010 | 110101 |
Color Harmonies of #42CD9A
Complementary color
Monochromatic Colors of #42CD9A
Black with #42CD9A
Text Example
Text Example
White with #42CD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CD9A; }
p { color: rgb(66,205,154); }
H1.HeaderClassName
{
color: #42CD9A;
}
.AnyTagClassName
{
color: #42CD9A;
}
</style>
background-color css
<style>
a { background-color: #42CD9A; }
a { background-color: rgb(66,205,154); }
div.DivClassName
{
background-color: #42CD9A;
}
.BgClassName
{
background-color: #42CD9A;
}
</style>
border-color css
<style>
span { border-color: #42CD9A; }
span { border-color: rgb(66,205,154); }
td.TdClassName
{
border-color: #42CD9A;
}
.TagClassName
{
border-color: #42CD9A;
}
</style>