Shades of Shamrock #40C58F
Tints of Shamrock #40C58F
RGB
CMYK
RGB Variations
Color information
#40C58F (or 0x40C58F) is known color: Shamrock. HEX triplet: 40, C5 and 8F. RGB value is (64,197,143). Sum of RGB (Red+Green+Blue) = 64+197+143=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #40C58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C58F is #BF3A70. Grayscale: #979797. Windows color (decimal): -12532337 or 9422144. OLE color: 9422144.
HSL color Cylindrical-coordinate representation of color #40C58F: hue angle of 155.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C58F is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 143 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.23 |
| HSL | 155.64º | 0.53% | 0.51% | - |
| HSV(B) | 155.64º | 0.68% | 0.77% | - |
| XYZ | 27.04 | 43.01 | 32.86 | - |
| YUV | 151.08 | 123.44 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 143 | 0.68 | 0 | 0.27 | 0.23 | 155.64 | 0.53 | 0.51 |
| Hex | 40 | C5 | 8F | 44 | 0 | 1B | 17 | 9C | 35 | 33 |
| Octal | 100 | 305 | 217 | 104 | 0 | 33 | 27 | 234 | 65 | 63 |
| Binary | 1000000 | 11000101 | 10001111 | 1000100 | 0 | 11011 | 10111 | 10011100 | 110101 | 110011 |
Color Harmonies of #40C58F
Complementary color
Monochromatic Colors of #40C58F
Black with #40C58F
Text Example
Text Example
White with #40C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C58F; }
p { color: rgb(64,197,143); }
H1.HeaderClassName
{
color: #40C58F;
}
.AnyTagClassName
{
color: #40C58F;
}
</style>
background-color css
<style>
a { background-color: #40C58F; }
a { background-color: rgb(64,197,143); }
div.DivClassName
{
background-color: #40C58F;
}
.BgClassName
{
background-color: #40C58F;
}
</style>
border-color css
<style>
span { border-color: #40C58F; }
span { border-color: rgb(64,197,143); }
td.TdClassName
{
border-color: #40C58F;
}
.TagClassName
{
border-color: #40C58F;
}
</style>