Shades of Shamrock #40C38F
Tints of Shamrock #40C38F
RGB
CMYK
RGB Variations
Color information
#40C38F (or 0x40C38F) is known color: Shamrock. HEX triplet: 40, C3 and 8F. RGB value is (64,195,143). Sum of RGB (Red+Green+Blue) = 64+195+143=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #40C38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C38F is #BF3C70. Grayscale: #959595. Windows color (decimal): -12532849 or 9421632. OLE color: 9421632.
HSL color Cylindrical-coordinate representation of color #40C38F: hue angle of 156.18º 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 #40C38F is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 143 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.24 |
| HSL | 156.18º | 0.52% | 0.51% | - |
| HSV(B) | 156.18º | 0.67% | 0.76% | - |
| XYZ | 26.59 | 42.1 | 32.71 | - |
| YUV | 149.9 | 124.1 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 143 | 0.67 | 0 | 0.27 | 0.24 | 156.18 | 0.52 | 0.51 |
| Hex | 40 | C3 | 8F | 43 | 0 | 1B | 18 | 9C | 34 | 33 |
| Octal | 100 | 303 | 217 | 103 | 0 | 33 | 30 | 234 | 64 | 63 |
| Binary | 1000000 | 11000011 | 10001111 | 1000011 | 0 | 11011 | 11000 | 10011100 | 110100 | 110011 |
Color Harmonies of #40C38F
Complementary color
Monochromatic Colors of #40C38F
Black with #40C38F
Text Example
Text Example
White with #40C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C38F; }
p { color: rgb(64,195,143); }
H1.HeaderClassName
{
color: #40C38F;
}
.AnyTagClassName
{
color: #40C38F;
}
</style>
background-color css
<style>
a { background-color: #40C38F; }
a { background-color: rgb(64,195,143); }
div.DivClassName
{
background-color: #40C38F;
}
.BgClassName
{
background-color: #40C38F;
}
</style>
border-color css
<style>
span { border-color: #40C38F; }
span { border-color: rgb(64,195,143); }
td.TdClassName
{
border-color: #40C38F;
}
.TagClassName
{
border-color: #40C38F;
}
</style>