Shades of Shamrock #40C48F
Tints of Shamrock #40C48F
RGB
CMYK
RGB Variations
Color information
#40C48F (or 0x40C48F) is known color: Shamrock. HEX triplet: 40, C4 and 8F. RGB value is (64,196,143). Sum of RGB (Red+Green+Blue) = 64+196+143=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #40C48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C48F is #BF3B70. Grayscale: #969696. Windows color (decimal): -12532593 or 9421888. OLE color: 9421888.
HSL color Cylindrical-coordinate representation of color #40C48F: hue angle of 155.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C48F is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 143 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.23 |
| HSL | 155.91º | 0.53% | 0.51% | - |
| HSV(B) | 155.91º | 0.67% | 0.77% | - |
| XYZ | 26.81 | 42.55 | 32.79 | - |
| YUV | 150.49 | 123.77 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 143 | 0.67 | 0 | 0.27 | 0.23 | 155.91 | 0.53 | 0.51 |
| Hex | 40 | C4 | 8F | 43 | 0 | 1B | 17 | 9C | 35 | 33 |
| Octal | 100 | 304 | 217 | 103 | 0 | 33 | 27 | 234 | 65 | 63 |
| Binary | 1000000 | 11000100 | 10001111 | 1000011 | 0 | 11011 | 10111 | 10011100 | 110101 | 110011 |
Color Harmonies of #40C48F
Complementary color
Monochromatic Colors of #40C48F
Black with #40C48F
Text Example
Text Example
White with #40C48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C48F; }
p { color: rgb(64,196,143); }
H1.HeaderClassName
{
color: #40C48F;
}
.AnyTagClassName
{
color: #40C48F;
}
</style>
background-color css
<style>
a { background-color: #40C48F; }
a { background-color: rgb(64,196,143); }
div.DivClassName
{
background-color: #40C48F;
}
.BgClassName
{
background-color: #40C48F;
}
</style>
border-color css
<style>
span { border-color: #40C48F; }
span { border-color: rgb(64,196,143); }
td.TdClassName
{
border-color: #40C48F;
}
.TagClassName
{
border-color: #40C48F;
}
</style>