Shades of Shamrock #40F18F
Tints of Shamrock #40F18F
RGB
CMYK
RGB Variations
Color information
#40F18F (or 0x40F18F) is known color: Shamrock. HEX triplet: 40, F1 and 8F. RGB value is (64,241,143). Sum of RGB (Red+Green+Blue) = 64+241+143=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #40F18F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F18F is #BF0E70. Grayscale: #B1B1B1. Windows color (decimal): -12521073 or 9433408. OLE color: 9433408.
HSL color Cylindrical-coordinate representation of color #40F18F: hue angle of 146.78º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F18F is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 143 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.05 |
| HSL | 146.78º | 0.86% | 0.6% | - |
| HSV(B) | 146.78º | 0.73% | 0.95% | - |
| XYZ | 38.53 | 65.98 | 36.69 | - |
| YUV | 176.91 | 108.86 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 143 | 0.73 | 0 | 0.41 | 0.05 | 146.78 | 0.86 | 0.6 |
| Hex | 40 | F1 | 8F | 49 | 0 | 29 | 5 | 93 | 56 | 3C |
| Octal | 100 | 361 | 217 | 111 | 0 | 51 | 5 | 223 | 126 | 74 |
| Binary | 1000000 | 11110001 | 10001111 | 1001001 | 0 | 101001 | 101 | 10010011 | 1010110 | 111100 |
Color Harmonies of #40F18F
Complementary color
Monochromatic Colors of #40F18F
Black with #40F18F
Text Example
Text Example
White with #40F18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F18F; }
p { color: rgb(64,241,143); }
H1.HeaderClassName
{
color: #40F18F;
}
.AnyTagClassName
{
color: #40F18F;
}
</style>
background-color css
<style>
a { background-color: #40F18F; }
a { background-color: rgb(64,241,143); }
div.DivClassName
{
background-color: #40F18F;
}
.BgClassName
{
background-color: #40F18F;
}
</style>
border-color css
<style>
span { border-color: #40F18F; }
span { border-color: rgb(64,241,143); }
td.TdClassName
{
border-color: #40F18F;
}
.TagClassName
{
border-color: #40F18F;
}
</style>