Shades of Shamrock #40F38C
Tints of Shamrock #40F38C
RGB
CMYK
RGB Variations
Color information
#40F38C (or 0x40F38C) is known color: Shamrock. HEX triplet: 40, F3 and 8C. RGB value is (64,243,140). Sum of RGB (Red+Green+Blue) = 64+243+140=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #40F38C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F38C is #BF0C73. Grayscale: #B1B1B1. Windows color (decimal): -12520564 or 9237312. OLE color: 9237312.
HSL color Cylindrical-coordinate representation of color #40F38C: hue angle of 145.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 #40F38C is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 140 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.05 |
| HSL | 145.47º | 0.88% | 0.6% | - |
| HSV(B) | 145.47º | 0.74% | 0.95% | - |
| XYZ | 38.9 | 67.08 | 35.71 | - |
| YUV | 177.74 | 106.7 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 140 | 0.74 | 0 | 0.42 | 0.05 | 145.47 | 0.88 | 0.6 |
| Hex | 40 | F3 | 8C | 4A | 0 | 2A | 5 | 91 | 58 | 3C |
| Octal | 100 | 363 | 214 | 112 | 0 | 52 | 5 | 221 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10001100 | 1001010 | 0 | 101010 | 101 | 10010001 | 1011000 | 111100 |
Color Harmonies of #40F38C
Complementary color
Monochromatic Colors of #40F38C
Black with #40F38C
Text Example
Text Example
White with #40F38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F38C; }
p { color: rgb(64,243,140); }
H1.HeaderClassName
{
color: #40F38C;
}
.AnyTagClassName
{
color: #40F38C;
}
</style>
background-color css
<style>
a { background-color: #40F38C; }
a { background-color: rgb(64,243,140); }
div.DivClassName
{
background-color: #40F38C;
}
.BgClassName
{
background-color: #40F38C;
}
</style>
border-color css
<style>
span { border-color: #40F38C; }
span { border-color: rgb(64,243,140); }
td.TdClassName
{
border-color: #40F38C;
}
.TagClassName
{
border-color: #40F38C;
}
</style>