Shades of Shamrock #40C398
Tints of Shamrock #40C398
RGB
CMYK
RGB Variations
Color information
#40C398 (or 0x40C398) is known color: Shamrock. HEX triplet: 40, C3 and 98. RGB value is (64,195,152). Sum of RGB (Red+Green+Blue) = 64+195+152=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #40C398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C398 is #BF3C67. Grayscale: #969696. Windows color (decimal): -12532840 or 10011456. OLE color: 10011456.
HSL color Cylindrical-coordinate representation of color #40C398: hue angle of 160.31º 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 #40C398 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 152 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.24 |
| HSL | 160.31º | 0.52% | 0.51% | - |
| HSV(B) | 160.31º | 0.67% | 0.76% | - |
| XYZ | 27.3 | 42.39 | 36.45 | - |
| YUV | 150.93 | 128.6 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 152 | 0.67 | 0 | 0.22 | 0.24 | 160.31 | 0.52 | 0.51 |
| Hex | 40 | C3 | 98 | 43 | 0 | 16 | 18 | A0 | 34 | 33 |
| Octal | 100 | 303 | 230 | 103 | 0 | 26 | 30 | 240 | 64 | 63 |
| Binary | 1000000 | 11000011 | 10011000 | 1000011 | 0 | 10110 | 11000 | 10100000 | 110100 | 110011 |
Color Harmonies of #40C398
Complementary color
Monochromatic Colors of #40C398
Black with #40C398
Text Example
Text Example
White with #40C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C398; }
p { color: rgb(64,195,152); }
H1.HeaderClassName
{
color: #40C398;
}
.AnyTagClassName
{
color: #40C398;
}
</style>
background-color css
<style>
a { background-color: #40C398; }
a { background-color: rgb(64,195,152); }
div.DivClassName
{
background-color: #40C398;
}
.BgClassName
{
background-color: #40C398;
}
</style>
border-color css
<style>
span { border-color: #40C398; }
span { border-color: rgb(64,195,152); }
td.TdClassName
{
border-color: #40C398;
}
.TagClassName
{
border-color: #40C398;
}
</style>