Shades of Shamrock #40C187
Tints of Shamrock #40C187
RGB
CMYK
RGB Variations
Color information
#40C187 (or 0x40C187) is known color: Shamrock. HEX triplet: 40, C1 and 87. RGB value is (64,193,135). Sum of RGB (Red+Green+Blue) = 64+193+135=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #40C187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C187 is #BF3E78. Grayscale: #939393. Windows color (decimal): -12533369 or 8896832. OLE color: 8896832.
HSL color Cylindrical-coordinate representation of color #40C187: hue angle of 153.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C187 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 135 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.24 |
| HSL | 153.02º | 0.51% | 0.5% | - |
| HSV(B) | 153.02º | 0.67% | 0.76% | - |
| XYZ | 25.56 | 40.98 | 29.48 | - |
| YUV | 147.82 | 120.76 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 135 | 0.67 | 0 | 0.30 | 0.24 | 153.02 | 0.51 | 0.5 |
| Hex | 40 | C1 | 87 | 43 | 0 | 1E | 18 | 99 | 33 | 32 |
| Octal | 100 | 301 | 207 | 103 | 0 | 36 | 30 | 231 | 63 | 62 |
| Binary | 1000000 | 11000001 | 10000111 | 1000011 | 0 | 11110 | 11000 | 10011001 | 110011 | 110010 |
Color Harmonies of #40C187
Complementary color
Monochromatic Colors of #40C187
Black with #40C187
Text Example
Text Example
White with #40C187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C187; }
p { color: rgb(64,193,135); }
H1.HeaderClassName
{
color: #40C187;
}
.AnyTagClassName
{
color: #40C187;
}
</style>
background-color css
<style>
a { background-color: #40C187; }
a { background-color: rgb(64,193,135); }
div.DivClassName
{
background-color: #40C187;
}
.BgClassName
{
background-color: #40C187;
}
</style>
border-color css
<style>
span { border-color: #40C187; }
span { border-color: rgb(64,193,135); }
td.TdClassName
{
border-color: #40C187;
}
.TagClassName
{
border-color: #40C187;
}
</style>