Shades of Shamrock #40BC8C
Tints of Shamrock #40BC8C
RGB
CMYK
RGB Variations
Color information
#40BC8C (or 0x40BC8C) is known color: Shamrock. HEX triplet: 40, BC and 8C. RGB value is (64,188,140). Sum of RGB (Red+Green+Blue) = 64+188+140=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC8C is #BF4373. Grayscale: #919191. Windows color (decimal): -12534644 or 9223232. OLE color: 9223232.
HSL color Cylindrical-coordinate representation of color #40BC8C: hue angle of 156.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC8C is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 140 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.26 |
| HSL | 156.77º | 0.49% | 0.49% | - |
| HSV(B) | 156.77º | 0.66% | 0.74% | - |
| XYZ | 24.83 | 38.95 | 31.02 | - |
| YUV | 145.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 140 | 0.66 | 0 | 0.26 | 0.26 | 156.77 | 0.49 | 0.49 |
| Hex | 40 | BC | 8C | 42 | 0 | 1A | 1A | 9D | 31 | 31 |
| Octal | 100 | 274 | 214 | 102 | 0 | 32 | 32 | 235 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10001100 | 1000010 | 0 | 11010 | 11010 | 10011101 | 110001 | 110001 |
Color Harmonies of #40BC8C
Complementary color
Monochromatic Colors of #40BC8C
Black with #40BC8C
Text Example
Text Example
White with #40BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC8C; }
p { color: rgb(64,188,140); }
H1.HeaderClassName
{
color: #40BC8C;
}
.AnyTagClassName
{
color: #40BC8C;
}
</style>
background-color css
<style>
a { background-color: #40BC8C; }
a { background-color: rgb(64,188,140); }
div.DivClassName
{
background-color: #40BC8C;
}
.BgClassName
{
background-color: #40BC8C;
}
</style>
border-color css
<style>
span { border-color: #40BC8C; }
span { border-color: rgb(64,188,140); }
td.TdClassName
{
border-color: #40BC8C;
}
.TagClassName
{
border-color: #40BC8C;
}
</style>