Shades of Shamrock #40C28C
Tints of Shamrock #40C28C
RGB
CMYK
RGB Variations
Color information
#40C28C (or 0x40C28C) is known color: Shamrock. HEX triplet: 40, C2 and 8C. RGB value is (64,194,140). Sum of RGB (Red+Green+Blue) = 64+194+140=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #40C28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C28C is #BF3D73. Grayscale: #959595. Windows color (decimal): -12533108 or 9224768. OLE color: 9224768.
HSL color Cylindrical-coordinate representation of color #40C28C: hue angle of 155.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C28C is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 140 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.24 |
| HSL | 155.08º | 0.52% | 0.51% | - |
| HSV(B) | 155.08º | 0.67% | 0.76% | - |
| XYZ | 26.14 | 41.57 | 31.46 | - |
| YUV | 148.97 | 122.93 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 140 | 0.67 | 0 | 0.28 | 0.24 | 155.08 | 0.52 | 0.51 |
| Hex | 40 | C2 | 8C | 43 | 0 | 1C | 18 | 9B | 34 | 33 |
| Octal | 100 | 302 | 214 | 103 | 0 | 34 | 30 | 233 | 64 | 63 |
| Binary | 1000000 | 11000010 | 10001100 | 1000011 | 0 | 11100 | 11000 | 10011011 | 110100 | 110011 |
Color Harmonies of #40C28C
Complementary color
Monochromatic Colors of #40C28C
Black with #40C28C
Text Example
Text Example
White with #40C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C28C; }
p { color: rgb(64,194,140); }
H1.HeaderClassName
{
color: #40C28C;
}
.AnyTagClassName
{
color: #40C28C;
}
</style>
background-color css
<style>
a { background-color: #40C28C; }
a { background-color: rgb(64,194,140); }
div.DivClassName
{
background-color: #40C28C;
}
.BgClassName
{
background-color: #40C28C;
}
</style>
border-color css
<style>
span { border-color: #40C28C; }
span { border-color: rgb(64,194,140); }
td.TdClassName
{
border-color: #40C28C;
}
.TagClassName
{
border-color: #40C28C;
}
</style>