Shades of Shamrock #40BC93
Tints of Shamrock #40BC93
RGB
CMYK
RGB Variations
Color information
#40BC93 (or 0x40BC93) is known color: Shamrock. HEX triplet: 40, BC and 93. RGB value is (64,188,147). Sum of RGB (Red+Green+Blue) = 64+188+147=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC93 is #BF436C. Grayscale: #929292. Windows color (decimal): -12534637 or 9681984. OLE color: 9681984.
HSL color Cylindrical-coordinate representation of color #40BC93: hue angle of 160.16º 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 #40BC93 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 147 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.26 |
| HSL | 160.16º | 0.49% | 0.49% | - |
| HSV(B) | 160.16º | 0.66% | 0.74% | - |
| XYZ | 25.36 | 39.16 | 33.83 | - |
| YUV | 146.25 | 128.42 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 147 | 0.66 | 0 | 0.22 | 0.26 | 160.16 | 0.49 | 0.49 |
| Hex | 40 | BC | 93 | 42 | 0 | 16 | 1A | A0 | 31 | 31 |
| Octal | 100 | 274 | 223 | 102 | 0 | 26 | 32 | 240 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10010011 | 1000010 | 0 | 10110 | 11010 | 10100000 | 110001 | 110001 |
Color Harmonies of #40BC93
Complementary color
Monochromatic Colors of #40BC93
Black with #40BC93
Text Example
Text Example
White with #40BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC93; }
p { color: rgb(64,188,147); }
H1.HeaderClassName
{
color: #40BC93;
}
.AnyTagClassName
{
color: #40BC93;
}
</style>
background-color css
<style>
a { background-color: #40BC93; }
a { background-color: rgb(64,188,147); }
div.DivClassName
{
background-color: #40BC93;
}
.BgClassName
{
background-color: #40BC93;
}
</style>
border-color css
<style>
span { border-color: #40BC93; }
span { border-color: rgb(64,188,147); }
td.TdClassName
{
border-color: #40BC93;
}
.TagClassName
{
border-color: #40BC93;
}
</style>