Shades of Shamrock #40CD89
Tints of Shamrock #40CD89
RGB
CMYK
RGB Variations
Color information
#40CD89 (or 0x40CD89) is known color: Shamrock. HEX triplet: 40, CD and 89. RGB value is (64,205,137). Sum of RGB (Red+Green+Blue) = 64+205+137=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CD89 is #BF3276. Grayscale: #9B9B9B. Windows color (decimal): -12530295 or 9030976. OLE color: 9030976.
HSL color Cylindrical-coordinate representation of color #40CD89: hue angle of 151.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD89 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 137 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.20 |
| HSL | 151.06º | 0.59% | 0.53% | - |
| HSV(B) | 151.06º | 0.69% | 0.8% | - |
| XYZ | 28.46 | 46.56 | 31.15 | - |
| YUV | 155.09 | 117.79 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 137 | 0.69 | 0 | 0.33 | 0.20 | 151.06 | 0.59 | 0.53 |
| Hex | 40 | CD | 89 | 45 | 0 | 21 | 14 | 97 | 3B | 35 |
| Octal | 100 | 315 | 211 | 105 | 0 | 41 | 24 | 227 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10001001 | 1000101 | 0 | 100001 | 10100 | 10010111 | 111011 | 110101 |
Color Harmonies of #40CD89
Complementary color
Monochromatic Colors of #40CD89
Black with #40CD89
Text Example
Text Example
White with #40CD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD89; }
p { color: rgb(64,205,137); }
H1.HeaderClassName
{
color: #40CD89;
}
.AnyTagClassName
{
color: #40CD89;
}
</style>
background-color css
<style>
a { background-color: #40CD89; }
a { background-color: rgb(64,205,137); }
div.DivClassName
{
background-color: #40CD89;
}
.BgClassName
{
background-color: #40CD89;
}
</style>
border-color css
<style>
span { border-color: #40CD89; }
span { border-color: rgb(64,205,137); }
td.TdClassName
{
border-color: #40CD89;
}
.TagClassName
{
border-color: #40CD89;
}
</style>