Shades of Shamrock #40EFA4
Tints of Shamrock #40EFA4
RGB
CMYK
RGB Variations
Color information
#40EFA4 (or 0x40EFA4) is known color: Shamrock. HEX triplet: 40, EF and A4. RGB value is (64,239,164). Sum of RGB (Red+Green+Blue) = 64+239+164=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EFA4 is #BF105B. Grayscale: #B2B2B2. Windows color (decimal): -12521564 or 10809152. OLE color: 10809152.
HSL color Cylindrical-coordinate representation of color #40EFA4: hue angle of 154.29º 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 #40EFA4 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 164 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.06 |
| HSL | 154.29º | 0.85% | 0.59% | - |
| HSV(B) | 154.29º | 0.73% | 0.94% | - |
| XYZ | 39.68 | 65.5 | 45.67 | - |
| YUV | 178.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 164 | 0.73 | 0 | 0.31 | 0.06 | 154.29 | 0.85 | 0.59 |
| Hex | 40 | EF | A4 | 49 | 0 | 1F | 6 | 9A | 55 | 3B |
| Octal | 100 | 357 | 244 | 111 | 0 | 37 | 6 | 232 | 125 | 73 |
| Binary | 1000000 | 11101111 | 10100100 | 1001001 | 0 | 11111 | 110 | 10011010 | 1010101 | 111011 |
Color Harmonies of #40EFA4
Complementary color
Monochromatic Colors of #40EFA4
Black with #40EFA4
Text Example
Text Example
White with #40EFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFA4; }
p { color: rgb(64,239,164); }
H1.HeaderClassName
{
color: #40EFA4;
}
.AnyTagClassName
{
color: #40EFA4;
}
</style>
background-color css
<style>
a { background-color: #40EFA4; }
a { background-color: rgb(64,239,164); }
div.DivClassName
{
background-color: #40EFA4;
}
.BgClassName
{
background-color: #40EFA4;
}
</style>
border-color css
<style>
span { border-color: #40EFA4; }
span { border-color: rgb(64,239,164); }
td.TdClassName
{
border-color: #40EFA4;
}
.TagClassName
{
border-color: #40EFA4;
}
</style>