Shades of Shamrock #40F18A
Tints of Shamrock #40F18A
RGB
CMYK
RGB Variations
Color information
#40F18A (or 0x40F18A) is known color: Shamrock. HEX triplet: 40, F1 and 8A. RGB value is (64,241,138). Sum of RGB (Red+Green+Blue) = 64+241+138=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #40F18A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F18A is #BF0E75. Grayscale: #B0B0B0. Windows color (decimal): -12521078 or 9105728. OLE color: 9105728.
HSL color Cylindrical-coordinate representation of color #40F18A: hue angle of 145.08º 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 #40F18A is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 138 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.05 |
| HSL | 145.08º | 0.86% | 0.6% | - |
| HSV(B) | 145.08º | 0.73% | 0.95% | - |
| XYZ | 38.16 | 65.84 | 34.74 | - |
| YUV | 176.34 | 106.36 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 138 | 0.73 | 0 | 0.43 | 0.05 | 145.08 | 0.86 | 0.6 |
| Hex | 40 | F1 | 8A | 49 | 0 | 2B | 5 | 91 | 56 | 3C |
| Octal | 100 | 361 | 212 | 111 | 0 | 53 | 5 | 221 | 126 | 74 |
| Binary | 1000000 | 11110001 | 10001010 | 1001001 | 0 | 101011 | 101 | 10010001 | 1010110 | 111100 |
Color Harmonies of #40F18A
Complementary color
Monochromatic Colors of #40F18A
Black with #40F18A
Text Example
Text Example
White with #40F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F18A; }
p { color: rgb(64,241,138); }
H1.HeaderClassName
{
color: #40F18A;
}
.AnyTagClassName
{
color: #40F18A;
}
</style>
background-color css
<style>
a { background-color: #40F18A; }
a { background-color: rgb(64,241,138); }
div.DivClassName
{
background-color: #40F18A;
}
.BgClassName
{
background-color: #40F18A;
}
</style>
border-color css
<style>
span { border-color: #40F18A; }
span { border-color: rgb(64,241,138); }
td.TdClassName
{
border-color: #40F18A;
}
.TagClassName
{
border-color: #40F18A;
}
</style>