Shades of Shamrock #40BF8C
Tints of Shamrock #40BF8C
RGB
CMYK
RGB Variations
Color information
#40BF8C (or 0x40BF8C) is known color: Shamrock. HEX triplet: 40, BF and 8C. RGB value is (64,191,140). Sum of RGB (Red+Green+Blue) = 64+191+140=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BF8C is #BF4073. Grayscale: #939393. Windows color (decimal): -12533876 or 9224000. OLE color: 9224000.
HSL color Cylindrical-coordinate representation of color #40BF8C: hue angle of 155.91º 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 #40BF8C is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 140 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.25 |
| HSL | 155.91º | 0.5% | 0.5% | - |
| HSV(B) | 155.91º | 0.66% | 0.75% | - |
| XYZ | 25.48 | 40.25 | 31.24 | - |
| YUV | 147.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 140 | 0.66 | 0 | 0.27 | 0.25 | 155.91 | 0.5 | 0.5 |
| Hex | 40 | BF | 8C | 42 | 0 | 1B | 19 | 9C | 32 | 32 |
| Octal | 100 | 277 | 214 | 102 | 0 | 33 | 31 | 234 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10001100 | 1000010 | 0 | 11011 | 11001 | 10011100 | 110010 | 110010 |
Color Harmonies of #40BF8C
Complementary color
Monochromatic Colors of #40BF8C
Black with #40BF8C
Text Example
Text Example
White with #40BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF8C; }
p { color: rgb(64,191,140); }
H1.HeaderClassName
{
color: #40BF8C;
}
.AnyTagClassName
{
color: #40BF8C;
}
</style>
background-color css
<style>
a { background-color: #40BF8C; }
a { background-color: rgb(64,191,140); }
div.DivClassName
{
background-color: #40BF8C;
}
.BgClassName
{
background-color: #40BF8C;
}
</style>
border-color css
<style>
span { border-color: #40BF8C; }
span { border-color: rgb(64,191,140); }
td.TdClassName
{
border-color: #40BF8C;
}
.TagClassName
{
border-color: #40BF8C;
}
</style>