Shades of Shamrock #40C193
Tints of Shamrock #40C193
RGB
CMYK
RGB Variations
Color information
#40C193 (or 0x40C193) is known color: Shamrock. HEX triplet: 40, C1 and 93. RGB value is (64,193,147). Sum of RGB (Red+Green+Blue) = 64+193+147=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #40C193 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C193 is #BF3E6C. Grayscale: #959595. Windows color (decimal): -12533357 or 9683264. OLE color: 9683264.
HSL color Cylindrical-coordinate representation of color #40C193: hue angle of 158.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C193 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 147 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.24 |
| HSL | 158.6º | 0.51% | 0.5% | - |
| HSV(B) | 158.6º | 0.67% | 0.76% | - |
| XYZ | 26.45 | 41.34 | 34.19 | - |
| YUV | 149.19 | 126.76 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 147 | 0.67 | 0 | 0.24 | 0.24 | 158.6 | 0.51 | 0.5 |
| Hex | 40 | C1 | 93 | 43 | 0 | 18 | 18 | 9F | 33 | 32 |
| Octal | 100 | 301 | 223 | 103 | 0 | 30 | 30 | 237 | 63 | 62 |
| Binary | 1000000 | 11000001 | 10010011 | 1000011 | 0 | 11000 | 11000 | 10011111 | 110011 | 110010 |
Color Harmonies of #40C193
Complementary color
Monochromatic Colors of #40C193
Black with #40C193
Text Example
Text Example
White with #40C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C193; }
p { color: rgb(64,193,147); }
H1.HeaderClassName
{
color: #40C193;
}
.AnyTagClassName
{
color: #40C193;
}
</style>
background-color css
<style>
a { background-color: #40C193; }
a { background-color: rgb(64,193,147); }
div.DivClassName
{
background-color: #40C193;
}
.BgClassName
{
background-color: #40C193;
}
</style>
border-color css
<style>
span { border-color: #40C193; }
span { border-color: rgb(64,193,147); }
td.TdClassName
{
border-color: #40C193;
}
.TagClassName
{
border-color: #40C193;
}
</style>