Shades of Shamrock #40BD92
Tints of Shamrock #40BD92
RGB
CMYK
RGB Variations
Color information
#40BD92 (or 0x40BD92) is known color: Shamrock. HEX triplet: 40, BD and 92. RGB value is (64,189,146). Sum of RGB (Red+Green+Blue) = 64+189+146=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BD92 is #BF426D. Grayscale: #929292. Windows color (decimal): -12534382 or 9616704. OLE color: 9616704.
HSL color Cylindrical-coordinate representation of color #40BD92: hue angle of 159.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BD92 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 146 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.26 |
| HSL | 159.36º | 0.49% | 0.5% | - |
| HSV(B) | 159.36º | 0.66% | 0.74% | - |
| XYZ | 25.5 | 39.56 | 33.49 | - |
| YUV | 146.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 146 | 0.66 | 0 | 0.23 | 0.26 | 159.36 | 0.49 | 0.5 |
| Hex | 40 | BD | 92 | 42 | 0 | 17 | 1A | 9F | 31 | 32 |
| Octal | 100 | 275 | 222 | 102 | 0 | 27 | 32 | 237 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10010010 | 1000010 | 0 | 10111 | 11010 | 10011111 | 110001 | 110010 |
Color Harmonies of #40BD92
Complementary color
Monochromatic Colors of #40BD92
Black with #40BD92
Text Example
Text Example
White with #40BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD92; }
p { color: rgb(64,189,146); }
H1.HeaderClassName
{
color: #40BD92;
}
.AnyTagClassName
{
color: #40BD92;
}
</style>
background-color css
<style>
a { background-color: #40BD92; }
a { background-color: rgb(64,189,146); }
div.DivClassName
{
background-color: #40BD92;
}
.BgClassName
{
background-color: #40BD92;
}
</style>
border-color css
<style>
span { border-color: #40BD92; }
span { border-color: rgb(64,189,146); }
td.TdClassName
{
border-color: #40BD92;
}
.TagClassName
{
border-color: #40BD92;
}
</style>