Shades of Shamrock #40C199
Tints of Shamrock #40C199
RGB
CMYK
RGB Variations
Color information
#40C199 (or 0x40C199) is known color: Shamrock. HEX triplet: 40, C1 and 99. RGB value is (64,193,153). Sum of RGB (Red+Green+Blue) = 64+193+153=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #40C199 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C199 is #BF3E66. Grayscale: #959595. Windows color (decimal): -12533351 or 10076480. OLE color: 10076480.
HSL color Cylindrical-coordinate representation of color #40C199: hue angle of 161.4º 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 #40C199 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 153 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.24 |
| HSL | 161.4º | 0.51% | 0.5% | - |
| HSV(B) | 161.4º | 0.67% | 0.76% | - |
| XYZ | 26.93 | 41.53 | 36.73 | - |
| YUV | 149.87 | 129.76 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 153 | 0.67 | 0 | 0.21 | 0.24 | 161.4 | 0.51 | 0.5 |
| Hex | 40 | C1 | 99 | 43 | 0 | 15 | 18 | A1 | 33 | 32 |
| Octal | 100 | 301 | 231 | 103 | 0 | 25 | 30 | 241 | 63 | 62 |
| Binary | 1000000 | 11000001 | 10011001 | 1000011 | 0 | 10101 | 11000 | 10100001 | 110011 | 110010 |
Color Harmonies of #40C199
Complementary color
Monochromatic Colors of #40C199
Black with #40C199
Text Example
Text Example
White with #40C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C199; }
p { color: rgb(64,193,153); }
H1.HeaderClassName
{
color: #40C199;
}
.AnyTagClassName
{
color: #40C199;
}
</style>
background-color css
<style>
a { background-color: #40C199; }
a { background-color: rgb(64,193,153); }
div.DivClassName
{
background-color: #40C199;
}
.BgClassName
{
background-color: #40C199;
}
</style>
border-color css
<style>
span { border-color: #40C199; }
span { border-color: rgb(64,193,153); }
td.TdClassName
{
border-color: #40C199;
}
.TagClassName
{
border-color: #40C199;
}
</style>