Shades of Shamrock #40E093
Tints of Shamrock #40E093
RGB
CMYK
RGB Variations
Color information
#40E093 (or 0x40E093) is known color: Shamrock. HEX triplet: 40, E0 and 93. RGB value is (64,224,147). Sum of RGB (Red+Green+Blue) = 64+224+147=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #40E093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E093 is #BF1F6C. Grayscale: #A7A7A7. Windows color (decimal): -12525421 or 9691200. OLE color: 9691200.
HSL color Cylindrical-coordinate representation of color #40E093: hue angle of 151.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E093 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 147 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.12 |
| HSL | 151.13º | 0.72% | 0.56% | - |
| HSV(B) | 151.13º | 0.71% | 0.88% | - |
| XYZ | 34.04 | 56.51 | 36.72 | - |
| YUV | 167.38 | 116.49 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 147 | 0.71 | 0 | 0.34 | 0.12 | 151.13 | 0.72 | 0.56 |
| Hex | 40 | E0 | 93 | 47 | 0 | 22 | C | 97 | 48 | 38 |
| Octal | 100 | 340 | 223 | 107 | 0 | 42 | 14 | 227 | 110 | 70 |
| Binary | 1000000 | 11100000 | 10010011 | 1000111 | 0 | 100010 | 1100 | 10010111 | 1001000 | 111000 |
Color Harmonies of #40E093
Complementary color
Monochromatic Colors of #40E093
Black with #40E093
Text Example
Text Example
White with #40E093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E093; }
p { color: rgb(64,224,147); }
H1.HeaderClassName
{
color: #40E093;
}
.AnyTagClassName
{
color: #40E093;
}
</style>
background-color css
<style>
a { background-color: #40E093; }
a { background-color: rgb(64,224,147); }
div.DivClassName
{
background-color: #40E093;
}
.BgClassName
{
background-color: #40E093;
}
</style>
border-color css
<style>
span { border-color: #40E093; }
span { border-color: rgb(64,224,147); }
td.TdClassName
{
border-color: #40E093;
}
.TagClassName
{
border-color: #40E093;
}
</style>