Shades of Shamrock #40EFA7
Tints of Shamrock #40EFA7
RGB
CMYK
RGB Variations
Color information
#40EFA7 (or 0x40EFA7) is known color: Shamrock. HEX triplet: 40, EF and A7. RGB value is (64,239,167). Sum of RGB (Red+Green+Blue) = 64+239+167=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EFA7 is #BF1058. Grayscale: #B2B2B2. Windows color (decimal): -12521561 or 11005760. OLE color: 11005760.
HSL color Cylindrical-coordinate representation of color #40EFA7: hue angle of 155.31º 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 #40EFA7 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 167 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.06 |
| HSL | 155.31º | 0.85% | 0.59% | - |
| HSV(B) | 155.31º | 0.73% | 0.94% | - |
| XYZ | 39.96 | 65.61 | 47.12 | - |
| YUV | 178.47 | 121.52 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 167 | 0.73 | 0 | 0.30 | 0.06 | 155.31 | 0.85 | 0.59 |
| Hex | 40 | EF | A7 | 49 | 0 | 1E | 6 | 9B | 55 | 3B |
| Octal | 100 | 357 | 247 | 111 | 0 | 36 | 6 | 233 | 125 | 73 |
| Binary | 1000000 | 11101111 | 10100111 | 1001001 | 0 | 11110 | 110 | 10011011 | 1010101 | 111011 |
Color Harmonies of #40EFA7
Complementary color
Monochromatic Colors of #40EFA7
Black with #40EFA7
Text Example
Text Example
White with #40EFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFA7; }
p { color: rgb(64,239,167); }
H1.HeaderClassName
{
color: #40EFA7;
}
.AnyTagClassName
{
color: #40EFA7;
}
</style>
background-color css
<style>
a { background-color: #40EFA7; }
a { background-color: rgb(64,239,167); }
div.DivClassName
{
background-color: #40EFA7;
}
.BgClassName
{
background-color: #40EFA7;
}
</style>
border-color css
<style>
span { border-color: #40EFA7; }
span { border-color: rgb(64,239,167); }
td.TdClassName
{
border-color: #40EFA7;
}
.TagClassName
{
border-color: #40EFA7;
}
</style>