Shades of Shamrock #42ED8D
Tints of Shamrock #42ED8D
RGB
CMYK
RGB Variations
Color information
#42ED8D (or 0x42ED8D) is known color: Shamrock. HEX triplet: 42, ED and 8D. RGB value is (66,237,141). Sum of RGB (Red+Green+Blue) = 66+237+141=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ED8D is #BD1272. Grayscale: #AFAFAF. Windows color (decimal): -12391027 or 9301314. OLE color: 9301314.
HSL color Cylindrical-coordinate representation of color #42ED8D: hue angle of 146.32º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ED8D is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 237 | 141 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.07 |
| HSL | 146.32º | 0.83% | 0.59% | - |
| HSV(B) | 146.32º | 0.72% | 0.93% | - |
| XYZ | 37.34 | 63.65 | 35.52 | - |
| YUV | 174.93 | 108.85 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 237 | 141 | 0.72 | 0 | 0.41 | 0.07 | 146.32 | 0.83 | 0.59 |
| Hex | 42 | ED | 8D | 48 | 0 | 29 | 7 | 92 | 53 | 3B |
| Octal | 102 | 355 | 215 | 110 | 0 | 51 | 7 | 222 | 123 | 73 |
| Binary | 1000010 | 11101101 | 10001101 | 1001000 | 0 | 101001 | 111 | 10010010 | 1010011 | 111011 |
Color Harmonies of #42ED8D
Complementary color
Monochromatic Colors of #42ED8D
Black with #42ED8D
Text Example
Text Example
White with #42ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ED8D; }
p { color: rgb(66,237,141); }
H1.HeaderClassName
{
color: #42ED8D;
}
.AnyTagClassName
{
color: #42ED8D;
}
</style>
background-color css
<style>
a { background-color: #42ED8D; }
a { background-color: rgb(66,237,141); }
div.DivClassName
{
background-color: #42ED8D;
}
.BgClassName
{
background-color: #42ED8D;
}
</style>
border-color css
<style>
span { border-color: #42ED8D; }
span { border-color: rgb(66,237,141); }
td.TdClassName
{
border-color: #42ED8D;
}
.TagClassName
{
border-color: #42ED8D;
}
</style>