Shades of Shamrock #40C38B
Tints of Shamrock #40C38B
RGB
CMYK
RGB Variations
Color information
#40C38B (or 0x40C38B) is known color: Shamrock. HEX triplet: 40, C3 and 8B. RGB value is (64,195,139). Sum of RGB (Red+Green+Blue) = 64+195+139=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #40C38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C38B is #BF3C74. Grayscale: #959595. Windows color (decimal): -12532853 or 9159488. OLE color: 9159488.
HSL color Cylindrical-coordinate representation of color #40C38B: hue angle of 154.35º 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 #40C38B is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 139 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.24 |
| HSL | 154.35º | 0.52% | 0.51% | - |
| HSV(B) | 154.35º | 0.67% | 0.76% | - |
| XYZ | 26.29 | 41.98 | 31.14 | - |
| YUV | 149.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 139 | 0.67 | 0 | 0.29 | 0.24 | 154.35 | 0.52 | 0.51 |
| Hex | 40 | C3 | 8B | 43 | 0 | 1D | 18 | 9A | 34 | 33 |
| Octal | 100 | 303 | 213 | 103 | 0 | 35 | 30 | 232 | 64 | 63 |
| Binary | 1000000 | 11000011 | 10001011 | 1000011 | 0 | 11101 | 11000 | 10011010 | 110100 | 110011 |
Color Harmonies of #40C38B
Complementary color
Monochromatic Colors of #40C38B
Black with #40C38B
Text Example
Text Example
White with #40C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C38B; }
p { color: rgb(64,195,139); }
H1.HeaderClassName
{
color: #40C38B;
}
.AnyTagClassName
{
color: #40C38B;
}
</style>
background-color css
<style>
a { background-color: #40C38B; }
a { background-color: rgb(64,195,139); }
div.DivClassName
{
background-color: #40C38B;
}
.BgClassName
{
background-color: #40C38B;
}
</style>
border-color css
<style>
span { border-color: #40C38B; }
span { border-color: rgb(64,195,139); }
td.TdClassName
{
border-color: #40C38B;
}
.TagClassName
{
border-color: #40C38B;
}
</style>