Shades of Shamrock #40F38B
Tints of Shamrock #40F38B
RGB
CMYK
RGB Variations
Color information
#40F38B (or 0x40F38B) is known color: Shamrock. HEX triplet: 40, F3 and 8B. RGB value is (64,243,139). Sum of RGB (Red+Green+Blue) = 64+243+139=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #40F38B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F38B is #BF0C74. Grayscale: #B1B1B1. Windows color (decimal): -12520565 or 9171776. OLE color: 9171776.
HSL color Cylindrical-coordinate representation of color #40F38B: hue angle of 145.14º 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 #40F38B is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 139 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.05 |
| HSL | 145.14º | 0.88% | 0.6% | - |
| HSV(B) | 145.14º | 0.74% | 0.95% | - |
| XYZ | 38.83 | 67.06 | 35.32 | - |
| YUV | 177.62 | 106.2 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 139 | 0.74 | 0 | 0.43 | 0.05 | 145.14 | 0.88 | 0.6 |
| Hex | 40 | F3 | 8B | 4A | 0 | 2B | 5 | 91 | 58 | 3C |
| Octal | 100 | 363 | 213 | 112 | 0 | 53 | 5 | 221 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10001011 | 1001010 | 0 | 101011 | 101 | 10010001 | 1011000 | 111100 |
Color Harmonies of #40F38B
Complementary color
Monochromatic Colors of #40F38B
Black with #40F38B
Text Example
Text Example
White with #40F38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F38B; }
p { color: rgb(64,243,139); }
H1.HeaderClassName
{
color: #40F38B;
}
.AnyTagClassName
{
color: #40F38B;
}
</style>
background-color css
<style>
a { background-color: #40F38B; }
a { background-color: rgb(64,243,139); }
div.DivClassName
{
background-color: #40F38B;
}
.BgClassName
{
background-color: #40F38B;
}
</style>
border-color css
<style>
span { border-color: #40F38B; }
span { border-color: rgb(64,243,139); }
td.TdClassName
{
border-color: #40F38B;
}
.TagClassName
{
border-color: #40F38B;
}
</style>