Shades of Shamrock #40E98F
Tints of Shamrock #40E98F
RGB
CMYK
RGB Variations
Color information
#40E98F (or 0x40E98F) is known color: Shamrock. HEX triplet: 40, E9 and 8F. RGB value is (64,233,143). Sum of RGB (Red+Green+Blue) = 64+233+143=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 233 (91.41% from 255 or 52.95% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 233 - color contains mainly: green. Hex color #40E98F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E98F is #BF1670. Grayscale: #ACACAC. Windows color (decimal): -12523121 or 9431360. OLE color: 9431360.
HSL color Cylindrical-coordinate representation of color #40E98F: hue angle of 148.05º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E98F is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 143 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.09 |
| HSL | 148.05º | 0.79% | 0.58% | - |
| HSV(B) | 148.05º | 0.73% | 0.91% | - |
| XYZ | 36.21 | 61.35 | 35.92 | - |
| YUV | 172.21 | 111.51 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 143 | 0.73 | 0 | 0.39 | 0.09 | 148.05 | 0.79 | 0.58 |
| Hex | 40 | E9 | 8F | 49 | 0 | 27 | 9 | 94 | 4F | 3A |
| Octal | 100 | 351 | 217 | 111 | 0 | 47 | 11 | 224 | 117 | 72 |
| Binary | 1000000 | 11101001 | 10001111 | 1001001 | 0 | 100111 | 1001 | 10010100 | 1001111 | 111010 |
Color Harmonies of #40E98F
Complementary color
Monochromatic Colors of #40E98F
Black with #40E98F
Text Example
Text Example
White with #40E98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E98F; }
p { color: rgb(64,233,143); }
H1.HeaderClassName
{
color: #40E98F;
}
.AnyTagClassName
{
color: #40E98F;
}
</style>
background-color css
<style>
a { background-color: #40E98F; }
a { background-color: rgb(64,233,143); }
div.DivClassName
{
background-color: #40E98F;
}
.BgClassName
{
background-color: #40E98F;
}
</style>
border-color css
<style>
span { border-color: #40E98F; }
span { border-color: rgb(64,233,143); }
td.TdClassName
{
border-color: #40E98F;
}
.TagClassName
{
border-color: #40E98F;
}
</style>