Shades of Shamrock #40C38E
Tints of Shamrock #40C38E
RGB
CMYK
RGB Variations
Color information
#40C38E (or 0x40C38E) is known color: Shamrock. HEX triplet: 40, C3 and 8E. RGB value is (64,195,142). Sum of RGB (Red+Green+Blue) = 64+195+142=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #40C38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C38E is #BF3C71. Grayscale: #959595. Windows color (decimal): -12532850 or 9356096. OLE color: 9356096.
HSL color Cylindrical-coordinate representation of color #40C38E: hue angle of 155.73º 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 #40C38E is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 142 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.24 |
| HSL | 155.73º | 0.52% | 0.51% | - |
| HSV(B) | 155.73º | 0.67% | 0.76% | - |
| XYZ | 26.51 | 42.07 | 32.31 | - |
| YUV | 149.79 | 123.6 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 142 | 0.67 | 0 | 0.27 | 0.24 | 155.73 | 0.52 | 0.51 |
| Hex | 40 | C3 | 8E | 43 | 0 | 1B | 18 | 9C | 34 | 33 |
| Octal | 100 | 303 | 216 | 103 | 0 | 33 | 30 | 234 | 64 | 63 |
| Binary | 1000000 | 11000011 | 10001110 | 1000011 | 0 | 11011 | 11000 | 10011100 | 110100 | 110011 |
Color Harmonies of #40C38E
Complementary color
Monochromatic Colors of #40C38E
Black with #40C38E
Text Example
Text Example
White with #40C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C38E; }
p { color: rgb(64,195,142); }
H1.HeaderClassName
{
color: #40C38E;
}
.AnyTagClassName
{
color: #40C38E;
}
</style>
background-color css
<style>
a { background-color: #40C38E; }
a { background-color: rgb(64,195,142); }
div.DivClassName
{
background-color: #40C38E;
}
.BgClassName
{
background-color: #40C38E;
}
</style>
border-color css
<style>
span { border-color: #40C38E; }
span { border-color: rgb(64,195,142); }
td.TdClassName
{
border-color: #40C38E;
}
.TagClassName
{
border-color: #40C38E;
}
</style>