Shades of Shamrock #42D58D
Tints of Shamrock #42D58D
RGB
CMYK
RGB Variations
Color information
#42D58D (or 0x42D58D) is known color: Shamrock. HEX triplet: 42, D5 and 8D. RGB value is (66,213,141). Sum of RGB (Red+Green+Blue) = 66+213+141=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #42D58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D58D is #BD2A72. Grayscale: #A0A0A0. Windows color (decimal): -12397171 or 9295170. OLE color: 9295170.
HSL color Cylindrical-coordinate representation of color #42D58D: hue angle of 150.61º 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 #42D58D is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 141 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.16 |
| HSL | 150.61º | 0.64% | 0.55% | - |
| HSV(B) | 150.61º | 0.69% | 0.84% | - |
| XYZ | 30.85 | 50.67 | 33.35 | - |
| YUV | 160.84 | 116.8 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 141 | 0.69 | 0 | 0.34 | 0.16 | 150.61 | 0.64 | 0.55 |
| Hex | 42 | D5 | 8D | 45 | 0 | 22 | 10 | 97 | 40 | 37 |
| Octal | 102 | 325 | 215 | 105 | 0 | 42 | 20 | 227 | 100 | 67 |
| Binary | 1000010 | 11010101 | 10001101 | 1000101 | 0 | 100010 | 10000 | 10010111 | 1000000 | 110111 |
Color Harmonies of #42D58D
Complementary color
Monochromatic Colors of #42D58D
Black with #42D58D
Text Example
Text Example
White with #42D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D58D; }
p { color: rgb(66,213,141); }
H1.HeaderClassName
{
color: #42D58D;
}
.AnyTagClassName
{
color: #42D58D;
}
</style>
background-color css
<style>
a { background-color: #42D58D; }
a { background-color: rgb(66,213,141); }
div.DivClassName
{
background-color: #42D58D;
}
.BgClassName
{
background-color: #42D58D;
}
</style>
border-color css
<style>
span { border-color: #42D58D; }
span { border-color: rgb(66,213,141); }
td.TdClassName
{
border-color: #42D58D;
}
.TagClassName
{
border-color: #42D58D;
}
</style>