Shades of Shamrock #40D599
Tints of Shamrock #40D599
RGB
CMYK
RGB Variations
Color information
#40D599 (or 0x40D599) is known color: Shamrock. HEX triplet: 40, D5 and 99. RGB value is (64,213,153). Sum of RGB (Red+Green+Blue) = 64+213+153=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #40D599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D599 is #BF2A66. Grayscale: #A1A1A1. Windows color (decimal): -12528231 or 10081600. OLE color: 10081600.
HSL color Cylindrical-coordinate representation of color #40D599: hue angle of 155.84º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D599 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 153 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.16 |
| HSL | 155.84º | 0.64% | 0.54% | - |
| HSV(B) | 155.84º | 0.7% | 0.84% | - |
| XYZ | 31.66 | 50.98 | 38.31 | - |
| YUV | 161.61 | 123.14 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 153 | 0.70 | 0 | 0.28 | 0.16 | 155.84 | 0.64 | 0.54 |
| Hex | 40 | D5 | 99 | 46 | 0 | 1C | 10 | 9C | 40 | 36 |
| Octal | 100 | 325 | 231 | 106 | 0 | 34 | 20 | 234 | 100 | 66 |
| Binary | 1000000 | 11010101 | 10011001 | 1000110 | 0 | 11100 | 10000 | 10011100 | 1000000 | 110110 |
Color Harmonies of #40D599
Complementary color
Monochromatic Colors of #40D599
Black with #40D599
Text Example
Text Example
White with #40D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D599; }
p { color: rgb(64,213,153); }
H1.HeaderClassName
{
color: #40D599;
}
.AnyTagClassName
{
color: #40D599;
}
</style>
background-color css
<style>
a { background-color: #40D599; }
a { background-color: rgb(64,213,153); }
div.DivClassName
{
background-color: #40D599;
}
.BgClassName
{
background-color: #40D599;
}
</style>
border-color css
<style>
span { border-color: #40D599; }
span { border-color: rgb(64,213,153); }
td.TdClassName
{
border-color: #40D599;
}
.TagClassName
{
border-color: #40D599;
}
</style>