Shades of Shamrock #40E58F
Tints of Shamrock #40E58F
RGB
CMYK
RGB Variations
Color information
#40E58F (or 0x40E58F) is known color: Shamrock. HEX triplet: 40, E5 and 8F. RGB value is (64,229,143). Sum of RGB (Red+Green+Blue) = 64+229+143=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #40E58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E58F is #BF1A70. Grayscale: #AAAAAA. Windows color (decimal): -12524145 or 9430336. OLE color: 9430336.
HSL color Cylindrical-coordinate representation of color #40E58F: hue angle of 148.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E58F is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 143 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.10 |
| HSL | 148.73º | 0.76% | 0.57% | - |
| HSV(B) | 148.73º | 0.72% | 0.9% | - |
| XYZ | 35.09 | 59.11 | 35.55 | - |
| YUV | 169.86 | 112.84 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 143 | 0.72 | 0 | 0.38 | 0.10 | 148.73 | 0.76 | 0.57 |
| Hex | 40 | E5 | 8F | 48 | 0 | 26 | A | 95 | 4C | 39 |
| Octal | 100 | 345 | 217 | 110 | 0 | 46 | 12 | 225 | 114 | 71 |
| Binary | 1000000 | 11100101 | 10001111 | 1001000 | 0 | 100110 | 1010 | 10010101 | 1001100 | 111001 |
Color Harmonies of #40E58F
Complementary color
Monochromatic Colors of #40E58F
Black with #40E58F
Text Example
Text Example
White with #40E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E58F; }
p { color: rgb(64,229,143); }
H1.HeaderClassName
{
color: #40E58F;
}
.AnyTagClassName
{
color: #40E58F;
}
</style>
background-color css
<style>
a { background-color: #40E58F; }
a { background-color: rgb(64,229,143); }
div.DivClassName
{
background-color: #40E58F;
}
.BgClassName
{
background-color: #40E58F;
}
</style>
border-color css
<style>
span { border-color: #40E58F; }
span { border-color: rgb(64,229,143); }
td.TdClassName
{
border-color: #40E58F;
}
.TagClassName
{
border-color: #40E58F;
}
</style>