Shades of Shamrock #40BF8F
Tints of Shamrock #40BF8F
RGB
CMYK
RGB Variations
Color information
#40BF8F (or 0x40BF8F) is known color: Shamrock. HEX triplet: 40, BF and 8F. RGB value is (64,191,143). Sum of RGB (Red+Green+Blue) = 64+191+143=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BF8F is #BF4070. Grayscale: #939393. Windows color (decimal): -12533873 or 9420608. OLE color: 9420608.
HSL color Cylindrical-coordinate representation of color #40BF8F: hue angle of 157.32º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BF8F is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 143 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.25 |
| HSL | 157.32º | 0.5% | 0.5% | - |
| HSV(B) | 157.32º | 0.66% | 0.75% | - |
| XYZ | 25.7 | 40.33 | 32.42 | - |
| YUV | 147.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 143 | 0.66 | 0 | 0.25 | 0.25 | 157.32 | 0.5 | 0.5 |
| Hex | 40 | BF | 8F | 42 | 0 | 19 | 19 | 9D | 32 | 32 |
| Octal | 100 | 277 | 217 | 102 | 0 | 31 | 31 | 235 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10001111 | 1000010 | 0 | 11001 | 11001 | 10011101 | 110010 | 110010 |
Color Harmonies of #40BF8F
Complementary color
Monochromatic Colors of #40BF8F
Black with #40BF8F
Text Example
Text Example
White with #40BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF8F; }
p { color: rgb(64,191,143); }
H1.HeaderClassName
{
color: #40BF8F;
}
.AnyTagClassName
{
color: #40BF8F;
}
</style>
background-color css
<style>
a { background-color: #40BF8F; }
a { background-color: rgb(64,191,143); }
div.DivClassName
{
background-color: #40BF8F;
}
.BgClassName
{
background-color: #40BF8F;
}
</style>
border-color css
<style>
span { border-color: #40BF8F; }
span { border-color: rgb(64,191,143); }
td.TdClassName
{
border-color: #40BF8F;
}
.TagClassName
{
border-color: #40BF8F;
}
</style>