Shades of Shamrock #40CF91
Tints of Shamrock #40CF91
RGB
CMYK
RGB Variations
Color information
#40CF91 (or 0x40CF91) is known color: Shamrock. HEX triplet: 40, CF and 91. RGB value is (64,207,145). Sum of RGB (Red+Green+Blue) = 64+207+145=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CF91 is #BF306E. Grayscale: #9D9D9D. Windows color (decimal): -12529775 or 9555776. OLE color: 9555776.
HSL color Cylindrical-coordinate representation of color #40CF91: hue angle of 153.99º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF91 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 145 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.19 |
| HSL | 153.99º | 0.6% | 0.53% | - |
| HSV(B) | 153.99º | 0.69% | 0.81% | - |
| XYZ | 29.54 | 47.76 | 34.45 | - |
| YUV | 157.18 | 121.12 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 145 | 0.69 | 0 | 0.30 | 0.19 | 153.99 | 0.6 | 0.53 |
| Hex | 40 | CF | 91 | 45 | 0 | 1E | 13 | 9A | 3C | 35 |
| Octal | 100 | 317 | 221 | 105 | 0 | 36 | 23 | 232 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10010001 | 1000101 | 0 | 11110 | 10011 | 10011010 | 111100 | 110101 |
Color Harmonies of #40CF91
Complementary color
Monochromatic Colors of #40CF91
Black with #40CF91
Text Example
Text Example
White with #40CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF91; }
p { color: rgb(64,207,145); }
H1.HeaderClassName
{
color: #40CF91;
}
.AnyTagClassName
{
color: #40CF91;
}
</style>
background-color css
<style>
a { background-color: #40CF91; }
a { background-color: rgb(64,207,145); }
div.DivClassName
{
background-color: #40CF91;
}
.BgClassName
{
background-color: #40CF91;
}
</style>
border-color css
<style>
span { border-color: #40CF91; }
span { border-color: rgb(64,207,145); }
td.TdClassName
{
border-color: #40CF91;
}
.TagClassName
{
border-color: #40CF91;
}
</style>