Shades of Shamrock #42E897
Tints of Shamrock #42E897
RGB
CMYK
RGB Variations
Color information
#42E897 (or 0x42E897) is known color: Shamrock. HEX triplet: 42, E8 and 97. RGB value is (66,232,151). Sum of RGB (Red+Green+Blue) = 66+232+151=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #42E897 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E897 is #BD1768. Grayscale: #ADADAD. Windows color (decimal): -12392297 or 9955394. OLE color: 9955394.
HSL color Cylindrical-coordinate representation of color #42E897: hue angle of 150.72º 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 #42E897 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 151 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.09 |
| HSL | 150.72º | 0.78% | 0.58% | - |
| HSV(B) | 150.72º | 0.72% | 0.91% | - |
| XYZ | 36.69 | 61.11 | 39.14 | - |
| YUV | 173.13 | 115.5 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 151 | 0.72 | 0 | 0.35 | 0.09 | 150.72 | 0.78 | 0.58 |
| Hex | 42 | E8 | 97 | 48 | 0 | 23 | 9 | 97 | 4E | 3A |
| Octal | 102 | 350 | 227 | 110 | 0 | 43 | 11 | 227 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10010111 | 1001000 | 0 | 100011 | 1001 | 10010111 | 1001110 | 111010 |
Color Harmonies of #42E897
Complementary color
Monochromatic Colors of #42E897
Black with #42E897
Text Example
Text Example
White with #42E897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E897; }
p { color: rgb(66,232,151); }
H1.HeaderClassName
{
color: #42E897;
}
.AnyTagClassName
{
color: #42E897;
}
</style>
background-color css
<style>
a { background-color: #42E897; }
a { background-color: rgb(66,232,151); }
div.DivClassName
{
background-color: #42E897;
}
.BgClassName
{
background-color: #42E897;
}
</style>
border-color css
<style>
span { border-color: #42E897; }
span { border-color: rgb(66,232,151); }
td.TdClassName
{
border-color: #42E897;
}
.TagClassName
{
border-color: #42E897;
}
</style>