Shades of Shamrock #40C28E
Tints of Shamrock #40C28E
RGB
CMYK
RGB Variations
Color information
#40C28E (or 0x40C28E) is known color: Shamrock. HEX triplet: 40, C2 and 8E. RGB value is (64,194,142). Sum of RGB (Red+Green+Blue) = 64+194+142=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #40C28E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C28E is #BF3D71. Grayscale: #959595. Windows color (decimal): -12533106 or 9355840. OLE color: 9355840.
HSL color Cylindrical-coordinate representation of color #40C28E: hue angle of 156º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C28E is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 142 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.24 |
| HSL | 156º | 0.52% | 0.51% | - |
| HSV(B) | 156º | 0.67% | 0.76% | - |
| XYZ | 26.29 | 41.63 | 32.24 | - |
| YUV | 149.2 | 123.93 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 142 | 0.67 | 0 | 0.27 | 0.24 | 156 | 0.52 | 0.51 |
| Hex | 40 | C2 | 8E | 43 | 0 | 1B | 18 | 9C | 34 | 33 |
| Octal | 100 | 302 | 216 | 103 | 0 | 33 | 30 | 234 | 64 | 63 |
| Binary | 1000000 | 11000010 | 10001110 | 1000011 | 0 | 11011 | 11000 | 10011100 | 110100 | 110011 |
Color Harmonies of #40C28E
Complementary color
Monochromatic Colors of #40C28E
Black with #40C28E
Text Example
Text Example
White with #40C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C28E; }
p { color: rgb(64,194,142); }
H1.HeaderClassName
{
color: #40C28E;
}
.AnyTagClassName
{
color: #40C28E;
}
</style>
background-color css
<style>
a { background-color: #40C28E; }
a { background-color: rgb(64,194,142); }
div.DivClassName
{
background-color: #40C28E;
}
.BgClassName
{
background-color: #40C28E;
}
</style>
border-color css
<style>
span { border-color: #40C28E; }
span { border-color: rgb(64,194,142); }
td.TdClassName
{
border-color: #40C28E;
}
.TagClassName
{
border-color: #40C28E;
}
</style>