Shades of Shamrock #40F389
Tints of Shamrock #40F389
RGB
CMYK
RGB Variations
Color information
#40F389 (or 0x40F389) is known color: Shamrock. HEX triplet: 40, F3 and 89. RGB value is (64,243,137). Sum of RGB (Red+Green+Blue) = 64+243+137=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 243 (95.31% from 255 or 54.73% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 243 - color contains mainly: green. Hex color #40F389 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F389 is #BF0C76. Grayscale: #B1B1B1. Windows color (decimal): -12520567 or 9040704. OLE color: 9040704.
HSL color Cylindrical-coordinate representation of color #40F389: hue angle of 144.47º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F389 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 137 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.05 |
| HSL | 144.47º | 0.88% | 0.6% | - |
| HSV(B) | 144.47º | 0.74% | 0.95% | - |
| XYZ | 38.68 | 67 | 34.56 | - |
| YUV | 177.4 | 105.2 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 137 | 0.74 | 0 | 0.44 | 0.05 | 144.47 | 0.88 | 0.6 |
| Hex | 40 | F3 | 89 | 4A | 0 | 2C | 5 | 90 | 58 | 3C |
| Octal | 100 | 363 | 211 | 112 | 0 | 54 | 5 | 220 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10001001 | 1001010 | 0 | 101100 | 101 | 10010000 | 1011000 | 111100 |
Color Harmonies of #40F389
Complementary color
Monochromatic Colors of #40F389
Black with #40F389
Text Example
Text Example
White with #40F389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F389; }
p { color: rgb(64,243,137); }
H1.HeaderClassName
{
color: #40F389;
}
.AnyTagClassName
{
color: #40F389;
}
</style>
background-color css
<style>
a { background-color: #40F389; }
a { background-color: rgb(64,243,137); }
div.DivClassName
{
background-color: #40F389;
}
.BgClassName
{
background-color: #40F389;
}
</style>
border-color css
<style>
span { border-color: #40F389; }
span { border-color: rgb(64,243,137); }
td.TdClassName
{
border-color: #40F389;
}
.TagClassName
{
border-color: #40F389;
}
</style>