Shades of Shamrock #40F08A
Tints of Shamrock #40F08A
RGB
CMYK
RGB Variations
Color information
#40F08A (or 0x40F08A) is known color: Shamrock. HEX triplet: 40, F0 and 8A. RGB value is (64,240,138). Sum of RGB (Red+Green+Blue) = 64+240+138=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #40F08A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F08A is #BF0F75. Grayscale: #AFAFAF. Windows color (decimal): -12521334 or 9105472. OLE color: 9105472.
HSL color Cylindrical-coordinate representation of color #40F08A: hue angle of 145.23º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F08A is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 138 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.06 |
| HSL | 145.23º | 0.85% | 0.6% | - |
| HSV(B) | 145.23º | 0.73% | 0.94% | - |
| XYZ | 37.86 | 65.25 | 34.64 | - |
| YUV | 175.75 | 106.69 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 138 | 0.73 | 0 | 0.42 | 0.06 | 145.23 | 0.85 | 0.6 |
| Hex | 40 | F0 | 8A | 49 | 0 | 2A | 6 | 91 | 55 | 3C |
| Octal | 100 | 360 | 212 | 111 | 0 | 52 | 6 | 221 | 125 | 74 |
| Binary | 1000000 | 11110000 | 10001010 | 1001001 | 0 | 101010 | 110 | 10010001 | 1010101 | 111100 |
Color Harmonies of #40F08A
Complementary color
Monochromatic Colors of #40F08A
Black with #40F08A
Text Example
Text Example
White with #40F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F08A; }
p { color: rgb(64,240,138); }
H1.HeaderClassName
{
color: #40F08A;
}
.AnyTagClassName
{
color: #40F08A;
}
</style>
background-color css
<style>
a { background-color: #40F08A; }
a { background-color: rgb(64,240,138); }
div.DivClassName
{
background-color: #40F08A;
}
.BgClassName
{
background-color: #40F08A;
}
</style>
border-color css
<style>
span { border-color: #40F08A; }
span { border-color: rgb(64,240,138); }
td.TdClassName
{
border-color: #40F08A;
}
.TagClassName
{
border-color: #40F08A;
}
</style>