Shades of Shamrock #40CE9C
Tints of Shamrock #40CE9C
RGB
CMYK
RGB Variations
Color information
#40CE9C (or 0x40CE9C) is known color: Shamrock. HEX triplet: 40, CE and 9C. RGB value is (64,206,156). Sum of RGB (Red+Green+Blue) = 64+206+156=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CE9C is #BF3163. Grayscale: #9D9D9D. Windows color (decimal): -12530020 or 10276416. OLE color: 10276416.
HSL color Cylindrical-coordinate representation of color #40CE9C: hue angle of 158.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CE9C is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 156 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.19 |
| HSL | 158.87º | 0.59% | 0.53% | - |
| HSV(B) | 158.87º | 0.69% | 0.81% | - |
| XYZ | 30.19 | 47.63 | 39.06 | - |
| YUV | 157.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 156 | 0.69 | 0 | 0.24 | 0.19 | 158.87 | 0.59 | 0.53 |
| Hex | 40 | CE | 9C | 45 | 0 | 18 | 13 | 9F | 3B | 35 |
| Octal | 100 | 316 | 234 | 105 | 0 | 30 | 23 | 237 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10011100 | 1000101 | 0 | 11000 | 10011 | 10011111 | 111011 | 110101 |
Color Harmonies of #40CE9C
Complementary color
Monochromatic Colors of #40CE9C
Black with #40CE9C
Text Example
Text Example
White with #40CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE9C; }
p { color: rgb(64,206,156); }
H1.HeaderClassName
{
color: #40CE9C;
}
.AnyTagClassName
{
color: #40CE9C;
}
</style>
background-color css
<style>
a { background-color: #40CE9C; }
a { background-color: rgb(64,206,156); }
div.DivClassName
{
background-color: #40CE9C;
}
.BgClassName
{
background-color: #40CE9C;
}
</style>
border-color css
<style>
span { border-color: #40CE9C; }
span { border-color: rgb(64,206,156); }
td.TdClassName
{
border-color: #40CE9C;
}
.TagClassName
{
border-color: #40CE9C;
}
</style>