Shades of Shamrock #40EFA3
Tints of Shamrock #40EFA3
RGB
CMYK
RGB Variations
Color information
#40EFA3 (or 0x40EFA3) is known color: Shamrock. HEX triplet: 40, EF and A3. RGB value is (64,239,163). Sum of RGB (Red+Green+Blue) = 64+239+163=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EFA3 is #BF105C. Grayscale: #B2B2B2. Windows color (decimal): -12521565 or 10743616. OLE color: 10743616.
HSL color Cylindrical-coordinate representation of color #40EFA3: hue angle of 153.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EFA3 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 163 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.06 |
| HSL | 153.94º | 0.85% | 0.59% | - |
| HSV(B) | 153.94º | 0.73% | 0.94% | - |
| XYZ | 39.59 | 65.47 | 45.2 | - |
| YUV | 178.01 | 119.52 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 163 | 0.73 | 0 | 0.32 | 0.06 | 153.94 | 0.85 | 0.59 |
| Hex | 40 | EF | A3 | 49 | 0 | 20 | 6 | 9A | 55 | 3B |
| Octal | 100 | 357 | 243 | 111 | 0 | 40 | 6 | 232 | 125 | 73 |
| Binary | 1000000 | 11101111 | 10100011 | 1001001 | 0 | 100000 | 110 | 10011010 | 1010101 | 111011 |
Color Harmonies of #40EFA3
Complementary color
Monochromatic Colors of #40EFA3
Black with #40EFA3
Text Example
Text Example
White with #40EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFA3; }
p { color: rgb(64,239,163); }
H1.HeaderClassName
{
color: #40EFA3;
}
.AnyTagClassName
{
color: #40EFA3;
}
</style>
background-color css
<style>
a { background-color: #40EFA3; }
a { background-color: rgb(64,239,163); }
div.DivClassName
{
background-color: #40EFA3;
}
.BgClassName
{
background-color: #40EFA3;
}
</style>
border-color css
<style>
span { border-color: #40EFA3; }
span { border-color: rgb(64,239,163); }
td.TdClassName
{
border-color: #40EFA3;
}
.TagClassName
{
border-color: #40EFA3;
}
</style>