Shades of Shamrock #40C489
Tints of Shamrock #40C489
RGB
CMYK
RGB Variations
Color information
#40C489 (or 0x40C489) is known color: Shamrock. HEX triplet: 40, C4 and 89. RGB value is (64,196,137). Sum of RGB (Red+Green+Blue) = 64+196+137=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #40C489 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C489 is #BF3B76. Grayscale: #959595. Windows color (decimal): -12532599 or 9028672. OLE color: 9028672.
HSL color Cylindrical-coordinate representation of color #40C489: hue angle of 153.18º 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 #40C489 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 137 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.23 |
| HSL | 153.18º | 0.53% | 0.51% | - |
| HSV(B) | 153.18º | 0.67% | 0.77% | - |
| XYZ | 26.37 | 42.38 | 30.46 | - |
| YUV | 149.81 | 120.77 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 137 | 0.67 | 0 | 0.30 | 0.23 | 153.18 | 0.53 | 0.51 |
| Hex | 40 | C4 | 89 | 43 | 0 | 1E | 17 | 99 | 35 | 33 |
| Octal | 100 | 304 | 211 | 103 | 0 | 36 | 27 | 231 | 65 | 63 |
| Binary | 1000000 | 11000100 | 10001001 | 1000011 | 0 | 11110 | 10111 | 10011001 | 110101 | 110011 |
Color Harmonies of #40C489
Complementary color
Monochromatic Colors of #40C489
Black with #40C489
Text Example
Text Example
White with #40C489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C489; }
p { color: rgb(64,196,137); }
H1.HeaderClassName
{
color: #40C489;
}
.AnyTagClassName
{
color: #40C489;
}
</style>
background-color css
<style>
a { background-color: #40C489; }
a { background-color: rgb(64,196,137); }
div.DivClassName
{
background-color: #40C489;
}
.BgClassName
{
background-color: #40C489;
}
</style>
border-color css
<style>
span { border-color: #40C489; }
span { border-color: rgb(64,196,137); }
td.TdClassName
{
border-color: #40C489;
}
.TagClassName
{
border-color: #40C489;
}
</style>