Shades of Shamrock #42C58A
Tints of Shamrock #42C58A
RGB
CMYK
RGB Variations
Color information
#42C58A (or 0x42C58A) is known color: Shamrock. HEX triplet: 42, C5 and 8A. RGB value is (66,197,138). Sum of RGB (Red+Green+Blue) = 66+197+138=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #42C58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C58A is #BD3A75. Grayscale: #979797. Windows color (decimal): -12401270 or 9094466. OLE color: 9094466.
HSL color Cylindrical-coordinate representation of color #42C58A: hue angle of 152.98º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C58A is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 138 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.23 |
| HSL | 152.98º | 0.53% | 0.52% | - |
| HSV(B) | 152.98º | 0.66% | 0.77% | - |
| XYZ | 26.8 | 42.93 | 30.92 | - |
| YUV | 151.11 | 120.6 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 138 | 0.66 | 0 | 0.30 | 0.23 | 152.98 | 0.53 | 0.52 |
| Hex | 42 | C5 | 8A | 42 | 0 | 1E | 17 | 99 | 35 | 34 |
| Octal | 102 | 305 | 212 | 102 | 0 | 36 | 27 | 231 | 65 | 64 |
| Binary | 1000010 | 11000101 | 10001010 | 1000010 | 0 | 11110 | 10111 | 10011001 | 110101 | 110100 |
Color Harmonies of #42C58A
Complementary color
Monochromatic Colors of #42C58A
Black with #42C58A
Text Example
Text Example
White with #42C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C58A; }
p { color: rgb(66,197,138); }
H1.HeaderClassName
{
color: #42C58A;
}
.AnyTagClassName
{
color: #42C58A;
}
</style>
background-color css
<style>
a { background-color: #42C58A; }
a { background-color: rgb(66,197,138); }
div.DivClassName
{
background-color: #42C58A;
}
.BgClassName
{
background-color: #42C58A;
}
</style>
border-color css
<style>
span { border-color: #42C58A; }
span { border-color: rgb(66,197,138); }
td.TdClassName
{
border-color: #42C58A;
}
.TagClassName
{
border-color: #42C58A;
}
</style>