Shades of Shamrock #40C189
Tints of Shamrock #40C189
RGB
CMYK
RGB Variations
Color information
#40C189 (or 0x40C189) is known color: Shamrock. HEX triplet: 40, C1 and 89. RGB value is (64,193,137). Sum of RGB (Red+Green+Blue) = 64+193+137=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #40C189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C189 is #BF3E76. Grayscale: #949494. Windows color (decimal): -12533367 or 9027904. OLE color: 9027904.
HSL color Cylindrical-coordinate representation of color #40C189: hue angle of 153.95º 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 #40C189 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 137 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.24 |
| HSL | 153.95º | 0.51% | 0.5% | - |
| HSV(B) | 153.95º | 0.67% | 0.76% | - |
| XYZ | 25.7 | 41.04 | 30.23 | - |
| YUV | 148.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 137 | 0.67 | 0 | 0.29 | 0.24 | 153.95 | 0.51 | 0.5 |
| Hex | 40 | C1 | 89 | 43 | 0 | 1D | 18 | 9A | 33 | 32 |
| Octal | 100 | 301 | 211 | 103 | 0 | 35 | 30 | 232 | 63 | 62 |
| Binary | 1000000 | 11000001 | 10001001 | 1000011 | 0 | 11101 | 11000 | 10011010 | 110011 | 110010 |
Color Harmonies of #40C189
Complementary color
Monochromatic Colors of #40C189
Black with #40C189
Text Example
Text Example
White with #40C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C189; }
p { color: rgb(64,193,137); }
H1.HeaderClassName
{
color: #40C189;
}
.AnyTagClassName
{
color: #40C189;
}
</style>
background-color css
<style>
a { background-color: #40C189; }
a { background-color: rgb(64,193,137); }
div.DivClassName
{
background-color: #40C189;
}
.BgClassName
{
background-color: #40C189;
}
</style>
border-color css
<style>
span { border-color: #40C189; }
span { border-color: rgb(64,193,137); }
td.TdClassName
{
border-color: #40C189;
}
.TagClassName
{
border-color: #40C189;
}
</style>