Shades of Shamrock #40CB87
Tints of Shamrock #40CB87
RGB
CMYK
RGB Variations
Color information
#40CB87 (or 0x40CB87) is known color: Shamrock. HEX triplet: 40, CB and 87. RGB value is (64,203,135). Sum of RGB (Red+Green+Blue) = 64+203+135=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CB87 is #BF3478. Grayscale: #999999. Windows color (decimal): -12530809 or 8899392. OLE color: 8899392.
HSL color Cylindrical-coordinate representation of color #40CB87: hue angle of 150.65º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CB87 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 135 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.20 |
| HSL | 150.65º | 0.57% | 0.52% | - |
| HSV(B) | 150.65º | 0.68% | 0.8% | - |
| XYZ | 27.84 | 45.55 | 30.25 | - |
| YUV | 153.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 135 | 0.68 | 0 | 0.33 | 0.20 | 150.65 | 0.57 | 0.52 |
| Hex | 40 | CB | 87 | 44 | 0 | 21 | 14 | 97 | 39 | 34 |
| Octal | 100 | 313 | 207 | 104 | 0 | 41 | 24 | 227 | 71 | 64 |
| Binary | 1000000 | 11001011 | 10000111 | 1000100 | 0 | 100001 | 10100 | 10010111 | 111001 | 110100 |
Color Harmonies of #40CB87
Complementary color
Monochromatic Colors of #40CB87
Black with #40CB87
Text Example
Text Example
White with #40CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CB87; }
p { color: rgb(64,203,135); }
H1.HeaderClassName
{
color: #40CB87;
}
.AnyTagClassName
{
color: #40CB87;
}
</style>
background-color css
<style>
a { background-color: #40CB87; }
a { background-color: rgb(64,203,135); }
div.DivClassName
{
background-color: #40CB87;
}
.BgClassName
{
background-color: #40CB87;
}
</style>
border-color css
<style>
span { border-color: #40CB87; }
span { border-color: rgb(64,203,135); }
td.TdClassName
{
border-color: #40CB87;
}
.TagClassName
{
border-color: #40CB87;
}
</style>