Shades of Shamrock #40CA95
Tints of Shamrock #40CA95
RGB
CMYK
RGB Variations
Color information
#40CA95 (or 0x40CA95) is known color: Shamrock. HEX triplet: 40, CA and 95. RGB value is (64,202,149). Sum of RGB (Red+Green+Blue) = 64+202+149=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CA95 is #BF356A. Grayscale: #9A9A9A. Windows color (decimal): -12531051 or 9816640. OLE color: 9816640.
HSL color Cylindrical-coordinate representation of color #40CA95: hue angle of 156.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA95 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 149 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.21 |
| HSL | 156.96º | 0.57% | 0.52% | - |
| HSV(B) | 156.96º | 0.68% | 0.79% | - |
| XYZ | 28.66 | 45.5 | 35.71 | - |
| YUV | 154.7 | 124.78 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 149 | 0.68 | 0 | 0.26 | 0.21 | 156.96 | 0.57 | 0.52 |
| Hex | 40 | CA | 95 | 44 | 0 | 1A | 15 | 9D | 39 | 34 |
| Octal | 100 | 312 | 225 | 104 | 0 | 32 | 25 | 235 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10010101 | 1000100 | 0 | 11010 | 10101 | 10011101 | 111001 | 110100 |
Color Harmonies of #40CA95
Complementary color
Monochromatic Colors of #40CA95
Black with #40CA95
Text Example
Text Example
White with #40CA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA95; }
p { color: rgb(64,202,149); }
H1.HeaderClassName
{
color: #40CA95;
}
.AnyTagClassName
{
color: #40CA95;
}
</style>
background-color css
<style>
a { background-color: #40CA95; }
a { background-color: rgb(64,202,149); }
div.DivClassName
{
background-color: #40CA95;
}
.BgClassName
{
background-color: #40CA95;
}
</style>
border-color css
<style>
span { border-color: #40CA95; }
span { border-color: rgb(64,202,149); }
td.TdClassName
{
border-color: #40CA95;
}
.TagClassName
{
border-color: #40CA95;
}
</style>