Shades of Shamrock #40CE9B
Tints of Shamrock #40CE9B
RGB
CMYK
RGB Variations
Color information
#40CE9B (or 0x40CE9B) is known color: Shamrock. HEX triplet: 40, CE and 9B. RGB value is (64,206,155). Sum of RGB (Red+Green+Blue) = 64+206+155=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CE9B is #BF3164. Grayscale: #9D9D9D. Windows color (decimal): -12530021 or 10210880. OLE color: 10210880.
HSL color Cylindrical-coordinate representation of color #40CE9B: hue angle of 158.45º 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 #40CE9B is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 155 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.19 |
| HSL | 158.45º | 0.59% | 0.53% | - |
| HSV(B) | 158.45º | 0.69% | 0.81% | - |
| XYZ | 30.1 | 47.6 | 38.61 | - |
| YUV | 157.73 | 126.46 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 155 | 0.69 | 0 | 0.25 | 0.19 | 158.45 | 0.59 | 0.53 |
| Hex | 40 | CE | 9B | 45 | 0 | 19 | 13 | 9E | 3B | 35 |
| Octal | 100 | 316 | 233 | 105 | 0 | 31 | 23 | 236 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10011011 | 1000101 | 0 | 11001 | 10011 | 10011110 | 111011 | 110101 |
Color Harmonies of #40CE9B
Complementary color
Monochromatic Colors of #40CE9B
Black with #40CE9B
Text Example
Text Example
White with #40CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE9B; }
p { color: rgb(64,206,155); }
H1.HeaderClassName
{
color: #40CE9B;
}
.AnyTagClassName
{
color: #40CE9B;
}
</style>
background-color css
<style>
a { background-color: #40CE9B; }
a { background-color: rgb(64,206,155); }
div.DivClassName
{
background-color: #40CE9B;
}
.BgClassName
{
background-color: #40CE9B;
}
</style>
border-color css
<style>
span { border-color: #40CE9B; }
span { border-color: rgb(64,206,155); }
td.TdClassName
{
border-color: #40CE9B;
}
.TagClassName
{
border-color: #40CE9B;
}
</style>