Shades of Shamrock #42E7A5
Tints of Shamrock #42E7A5
RGB
CMYK
RGB Variations
Color information
#42E7A5 (or 0x42E7A5) is known color: Shamrock. HEX triplet: 42, E7 and A5. RGB value is (66,231,165). Sum of RGB (Red+Green+Blue) = 66+231+165=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #42E7A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E7A5 is #BD185A. Grayscale: #AEAEAE. Windows color (decimal): -12392539 or 10872642. OLE color: 10872642.
HSL color Cylindrical-coordinate representation of color #42E7A5: hue angle of 156º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E7A5 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 165 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.09 |
| HSL | 156º | 0.77% | 0.58% | - |
| HSV(B) | 156º | 0.71% | 0.91% | - |
| XYZ | 37.61 | 61.03 | 45.39 | - |
| YUV | 174.14 | 122.84 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 165 | 0.71 | 0 | 0.29 | 0.09 | 156 | 0.77 | 0.58 |
| Hex | 42 | E7 | A5 | 47 | 0 | 1D | 9 | 9C | 4D | 3A |
| Octal | 102 | 347 | 245 | 107 | 0 | 35 | 11 | 234 | 115 | 72 |
| Binary | 1000010 | 11100111 | 10100101 | 1000111 | 0 | 11101 | 1001 | 10011100 | 1001101 | 111010 |
Color Harmonies of #42E7A5
Complementary color
Monochromatic Colors of #42E7A5
Black with #42E7A5
Text Example
Text Example
White with #42E7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E7A5; }
p { color: rgb(66,231,165); }
H1.HeaderClassName
{
color: #42E7A5;
}
.AnyTagClassName
{
color: #42E7A5;
}
</style>
background-color css
<style>
a { background-color: #42E7A5; }
a { background-color: rgb(66,231,165); }
div.DivClassName
{
background-color: #42E7A5;
}
.BgClassName
{
background-color: #42E7A5;
}
</style>
border-color css
<style>
span { border-color: #42E7A5; }
span { border-color: rgb(66,231,165); }
td.TdClassName
{
border-color: #42E7A5;
}
.TagClassName
{
border-color: #42E7A5;
}
</style>