Shades of Shamrock #40BF92
Tints of Shamrock #40BF92
RGB
CMYK
RGB Variations
Color information
#40BF92 (or 0x40BF92) is known color: Shamrock. HEX triplet: 40, BF and 92. RGB value is (64,191,146). Sum of RGB (Red+Green+Blue) = 64+191+146=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BF92 is #BF406D. Grayscale: #939393. Windows color (decimal): -12533870 or 9617216. OLE color: 9617216.
HSL color Cylindrical-coordinate representation of color #40BF92: hue angle of 158.74º 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 #40BF92 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 146 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.25 |
| HSL | 158.74º | 0.5% | 0.5% | - |
| HSV(B) | 158.74º | 0.66% | 0.75% | - |
| XYZ | 25.93 | 40.43 | 33.63 | - |
| YUV | 147.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 146 | 0.66 | 0 | 0.24 | 0.25 | 158.74 | 0.5 | 0.5 |
| Hex | 40 | BF | 92 | 42 | 0 | 18 | 19 | 9F | 32 | 32 |
| Octal | 100 | 277 | 222 | 102 | 0 | 30 | 31 | 237 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10010010 | 1000010 | 0 | 11000 | 11001 | 10011111 | 110010 | 110010 |
Color Harmonies of #40BF92
Complementary color
Monochromatic Colors of #40BF92
Black with #40BF92
Text Example
Text Example
White with #40BF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF92; }
p { color: rgb(64,191,146); }
H1.HeaderClassName
{
color: #40BF92;
}
.AnyTagClassName
{
color: #40BF92;
}
</style>
background-color css
<style>
a { background-color: #40BF92; }
a { background-color: rgb(64,191,146); }
div.DivClassName
{
background-color: #40BF92;
}
.BgClassName
{
background-color: #40BF92;
}
</style>
border-color css
<style>
span { border-color: #40BF92; }
span { border-color: rgb(64,191,146); }
td.TdClassName
{
border-color: #40BF92;
}
.TagClassName
{
border-color: #40BF92;
}
</style>