Shades of Shamrock #40CE92
Tints of Shamrock #40CE92
RGB
CMYK
RGB Variations
Color information
#40CE92 (or 0x40CE92) is known color: Shamrock. HEX triplet: 40, CE and 92. RGB value is (64,206,146). Sum of RGB (Red+Green+Blue) = 64+206+146=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CE92 is #BF316D. Grayscale: #9C9C9C. Windows color (decimal): -12530030 or 9621056. OLE color: 9621056.
HSL color Cylindrical-coordinate representation of color #40CE92: hue angle of 154.65º 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 #40CE92 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 146 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.19 |
| HSL | 154.65º | 0.59% | 0.53% | - |
| HSV(B) | 154.65º | 0.69% | 0.81% | - |
| XYZ | 29.37 | 47.31 | 34.78 | - |
| YUV | 156.7 | 121.96 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 146 | 0.69 | 0 | 0.29 | 0.19 | 154.65 | 0.59 | 0.53 |
| Hex | 40 | CE | 92 | 45 | 0 | 1D | 13 | 9B | 3B | 35 |
| Octal | 100 | 316 | 222 | 105 | 0 | 35 | 23 | 233 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10010010 | 1000101 | 0 | 11101 | 10011 | 10011011 | 111011 | 110101 |
Color Harmonies of #40CE92
Complementary color
Monochromatic Colors of #40CE92
Black with #40CE92
Text Example
Text Example
White with #40CE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE92; }
p { color: rgb(64,206,146); }
H1.HeaderClassName
{
color: #40CE92;
}
.AnyTagClassName
{
color: #40CE92;
}
</style>
background-color css
<style>
a { background-color: #40CE92; }
a { background-color: rgb(64,206,146); }
div.DivClassName
{
background-color: #40CE92;
}
.BgClassName
{
background-color: #40CE92;
}
</style>
border-color css
<style>
span { border-color: #40CE92; }
span { border-color: rgb(64,206,146); }
td.TdClassName
{
border-color: #40CE92;
}
.TagClassName
{
border-color: #40CE92;
}
</style>