Shades of Shamrock #42E89B
Tints of Shamrock #42E89B
RGB
CMYK
RGB Variations
Color information
#42E89B (or 0x42E89B) is known color: Shamrock. HEX triplet: 42, E8 and 9B. RGB value is (66,232,155). Sum of RGB (Red+Green+Blue) = 66+232+155=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #42E89B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E89B is #BD1764. Grayscale: #ADADAD. Windows color (decimal): -12392293 or 10217538. OLE color: 10217538.
HSL color Cylindrical-coordinate representation of color #42E89B: hue angle of 152.17º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E89B is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 155 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.09 |
| HSL | 152.17º | 0.78% | 0.58% | - |
| HSV(B) | 152.17º | 0.72% | 0.91% | - |
| XYZ | 37.02 | 61.24 | 40.88 | - |
| YUV | 173.59 | 117.5 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 155 | 0.72 | 0 | 0.33 | 0.09 | 152.17 | 0.78 | 0.58 |
| Hex | 42 | E8 | 9B | 48 | 0 | 21 | 9 | 98 | 4E | 3A |
| Octal | 102 | 350 | 233 | 110 | 0 | 41 | 11 | 230 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10011011 | 1001000 | 0 | 100001 | 1001 | 10011000 | 1001110 | 111010 |
Color Harmonies of #42E89B
Complementary color
Monochromatic Colors of #42E89B
Black with #42E89B
Text Example
Text Example
White with #42E89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E89B; }
p { color: rgb(66,232,155); }
H1.HeaderClassName
{
color: #42E89B;
}
.AnyTagClassName
{
color: #42E89B;
}
</style>
background-color css
<style>
a { background-color: #42E89B; }
a { background-color: rgb(66,232,155); }
div.DivClassName
{
background-color: #42E89B;
}
.BgClassName
{
background-color: #42E89B;
}
</style>
border-color css
<style>
span { border-color: #42E89B; }
span { border-color: rgb(66,232,155); }
td.TdClassName
{
border-color: #42E89B;
}
.TagClassName
{
border-color: #42E89B;
}
</style>