Shades of Shamrock #40CD90
Tints of Shamrock #40CD90
RGB
CMYK
RGB Variations
Color information
#40CD90 (or 0x40CD90) is known color: Shamrock. HEX triplet: 40, CD and 90. RGB value is (64,205,144). Sum of RGB (Red+Green+Blue) = 64+205+144=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CD90 is #BF326F. Grayscale: #9B9B9B. Windows color (decimal): -12530288 or 9489728. OLE color: 9489728.
HSL color Cylindrical-coordinate representation of color #40CD90: hue angle of 154.04º 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 #40CD90 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 144 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.20 |
| HSL | 154.04º | 0.59% | 0.53% | - |
| HSV(B) | 154.04º | 0.69% | 0.8% | - |
| XYZ | 28.98 | 46.77 | 33.88 | - |
| YUV | 155.89 | 121.29 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 144 | 0.69 | 0 | 0.30 | 0.20 | 154.04 | 0.59 | 0.53 |
| Hex | 40 | CD | 90 | 45 | 0 | 1E | 14 | 9A | 3B | 35 |
| Octal | 100 | 315 | 220 | 105 | 0 | 36 | 24 | 232 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10010000 | 1000101 | 0 | 11110 | 10100 | 10011010 | 111011 | 110101 |
Color Harmonies of #40CD90
Complementary color
Monochromatic Colors of #40CD90
Black with #40CD90
Text Example
Text Example
White with #40CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD90; }
p { color: rgb(64,205,144); }
H1.HeaderClassName
{
color: #40CD90;
}
.AnyTagClassName
{
color: #40CD90;
}
</style>
background-color css
<style>
a { background-color: #40CD90; }
a { background-color: rgb(64,205,144); }
div.DivClassName
{
background-color: #40CD90;
}
.BgClassName
{
background-color: #40CD90;
}
</style>
border-color css
<style>
span { border-color: #40CD90; }
span { border-color: rgb(64,205,144); }
td.TdClassName
{
border-color: #40CD90;
}
.TagClassName
{
border-color: #40CD90;
}
</style>