Shades of Shamrock #40CF8F
Tints of Shamrock #40CF8F
RGB
CMYK
RGB Variations
Color information
#40CF8F (or 0x40CF8F) is known color: Shamrock. HEX triplet: 40, CF and 8F. RGB value is (64,207,143). Sum of RGB (Red+Green+Blue) = 64+207+143=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CF8F is #BF3070. Grayscale: #9D9D9D. Windows color (decimal): -12529777 or 9424704. OLE color: 9424704.
HSL color Cylindrical-coordinate representation of color #40CF8F: hue angle of 153.15º 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 #40CF8F is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 143 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.19 |
| HSL | 153.15º | 0.6% | 0.53% | - |
| HSV(B) | 153.15º | 0.69% | 0.81% | - |
| XYZ | 29.39 | 47.7 | 33.64 | - |
| YUV | 156.95 | 120.12 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 143 | 0.69 | 0 | 0.31 | 0.19 | 153.15 | 0.6 | 0.53 |
| Hex | 40 | CF | 8F | 45 | 0 | 1F | 13 | 99 | 3C | 35 |
| Octal | 100 | 317 | 217 | 105 | 0 | 37 | 23 | 231 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10001111 | 1000101 | 0 | 11111 | 10011 | 10011001 | 111100 | 110101 |
Color Harmonies of #40CF8F
Complementary color
Monochromatic Colors of #40CF8F
Black with #40CF8F
Text Example
Text Example
White with #40CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF8F; }
p { color: rgb(64,207,143); }
H1.HeaderClassName
{
color: #40CF8F;
}
.AnyTagClassName
{
color: #40CF8F;
}
</style>
background-color css
<style>
a { background-color: #40CF8F; }
a { background-color: rgb(64,207,143); }
div.DivClassName
{
background-color: #40CF8F;
}
.BgClassName
{
background-color: #40CF8F;
}
</style>
border-color css
<style>
span { border-color: #40CF8F; }
span { border-color: rgb(64,207,143); }
td.TdClassName
{
border-color: #40CF8F;
}
.TagClassName
{
border-color: #40CF8F;
}
</style>