Shades of Shamrock #42D58C
Tints of Shamrock #42D58C
RGB
CMYK
RGB Variations
Color information
#42D58C (or 0x42D58C) is known color: Shamrock. HEX triplet: 42, D5 and 8C. RGB value is (66,213,140). Sum of RGB (Red+Green+Blue) = 66+213+140=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #42D58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D58C is #BD2A73. Grayscale: #A0A0A0. Windows color (decimal): -12397172 or 9229634. OLE color: 9229634.
HSL color Cylindrical-coordinate representation of color #42D58C: hue angle of 150.2º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D58C is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 140 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.16 |
| HSL | 150.2º | 0.64% | 0.55% | - |
| HSV(B) | 150.2º | 0.69% | 0.84% | - |
| XYZ | 30.77 | 50.64 | 32.96 | - |
| YUV | 160.73 | 116.3 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 140 | 0.69 | 0 | 0.34 | 0.16 | 150.2 | 0.64 | 0.55 |
| Hex | 42 | D5 | 8C | 45 | 0 | 22 | 10 | 96 | 40 | 37 |
| Octal | 102 | 325 | 214 | 105 | 0 | 42 | 20 | 226 | 100 | 67 |
| Binary | 1000010 | 11010101 | 10001100 | 1000101 | 0 | 100010 | 10000 | 10010110 | 1000000 | 110111 |
Color Harmonies of #42D58C
Complementary color
Monochromatic Colors of #42D58C
Black with #42D58C
Text Example
Text Example
White with #42D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D58C; }
p { color: rgb(66,213,140); }
H1.HeaderClassName
{
color: #42D58C;
}
.AnyTagClassName
{
color: #42D58C;
}
</style>
background-color css
<style>
a { background-color: #42D58C; }
a { background-color: rgb(66,213,140); }
div.DivClassName
{
background-color: #42D58C;
}
.BgClassName
{
background-color: #42D58C;
}
</style>
border-color css
<style>
span { border-color: #42D58C; }
span { border-color: rgb(66,213,140); }
td.TdClassName
{
border-color: #42D58C;
}
.TagClassName
{
border-color: #42D58C;
}
</style>