Shades of Shamrock #42ED8B
Tints of Shamrock #42ED8B
RGB
CMYK
RGB Variations
Color information
#42ED8B (or 0x42ED8B) is known color: Shamrock. HEX triplet: 42, ED and 8B. RGB value is (66,237,139). Sum of RGB (Red+Green+Blue) = 66+237+139=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ED8B is #BD1274. Grayscale: #AEAEAE. Windows color (decimal): -12391029 or 9170242. OLE color: 9170242.
HSL color Cylindrical-coordinate representation of color #42ED8B: hue angle of 145.61º 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 #42ED8B is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 237 | 139 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.07 |
| HSL | 145.61º | 0.83% | 0.59% | - |
| HSV(B) | 145.61º | 0.72% | 0.93% | - |
| XYZ | 37.19 | 63.59 | 34.74 | - |
| YUV | 174.7 | 107.85 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 237 | 139 | 0.72 | 0 | 0.41 | 0.07 | 145.61 | 0.83 | 0.59 |
| Hex | 42 | ED | 8B | 48 | 0 | 29 | 7 | 92 | 53 | 3B |
| Octal | 102 | 355 | 213 | 110 | 0 | 51 | 7 | 222 | 123 | 73 |
| Binary | 1000010 | 11101101 | 10001011 | 1001000 | 0 | 101001 | 111 | 10010010 | 1010011 | 111011 |
Color Harmonies of #42ED8B
Complementary color
Monochromatic Colors of #42ED8B
Black with #42ED8B
Text Example
Text Example
White with #42ED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ED8B; }
p { color: rgb(66,237,139); }
H1.HeaderClassName
{
color: #42ED8B;
}
.AnyTagClassName
{
color: #42ED8B;
}
</style>
background-color css
<style>
a { background-color: #42ED8B; }
a { background-color: rgb(66,237,139); }
div.DivClassName
{
background-color: #42ED8B;
}
.BgClassName
{
background-color: #42ED8B;
}
</style>
border-color css
<style>
span { border-color: #42ED8B; }
span { border-color: rgb(66,237,139); }
td.TdClassName
{
border-color: #42ED8B;
}
.TagClassName
{
border-color: #42ED8B;
}
</style>