Shades of Shamrock #40E193
Tints of Shamrock #40E193
RGB
CMYK
RGB Variations
Color information
#40E193 (or 0x40E193) is known color: Shamrock. HEX triplet: 40, E1 and 93. RGB value is (64,225,147). Sum of RGB (Red+Green+Blue) = 64+225+147=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #40E193 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E193 is #BF1E6C. Grayscale: #A8A8A8. Windows color (decimal): -12525165 or 9691456. OLE color: 9691456.
HSL color Cylindrical-coordinate representation of color #40E193: hue angle of 150.93º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E193 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 147 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.12 |
| HSL | 150.93º | 0.73% | 0.57% | - |
| HSV(B) | 150.93º | 0.72% | 0.88% | - |
| XYZ | 34.31 | 57.05 | 36.81 | - |
| YUV | 167.97 | 116.16 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 147 | 0.72 | 0 | 0.35 | 0.12 | 150.93 | 0.73 | 0.57 |
| Hex | 40 | E1 | 93 | 48 | 0 | 23 | C | 97 | 49 | 39 |
| Octal | 100 | 341 | 223 | 110 | 0 | 43 | 14 | 227 | 111 | 71 |
| Binary | 1000000 | 11100001 | 10010011 | 1001000 | 0 | 100011 | 1100 | 10010111 | 1001001 | 111001 |
Color Harmonies of #40E193
Complementary color
Monochromatic Colors of #40E193
Black with #40E193
Text Example
Text Example
White with #40E193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E193; }
p { color: rgb(64,225,147); }
H1.HeaderClassName
{
color: #40E193;
}
.AnyTagClassName
{
color: #40E193;
}
</style>
background-color css
<style>
a { background-color: #40E193; }
a { background-color: rgb(64,225,147); }
div.DivClassName
{
background-color: #40E193;
}
.BgClassName
{
background-color: #40E193;
}
</style>
border-color css
<style>
span { border-color: #40E193; }
span { border-color: rgb(64,225,147); }
td.TdClassName
{
border-color: #40E193;
}
.TagClassName
{
border-color: #40E193;
}
</style>