Shades of Shamrock #40BF98
Tints of Shamrock #40BF98
RGB
CMYK
RGB Variations
Color information
#40BF98 (or 0x40BF98) is known color: Shamrock. HEX triplet: 40, BF and 98. RGB value is (64,191,152). Sum of RGB (Red+Green+Blue) = 64+191+152=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BF98 is #BF4067. Grayscale: #949494. Windows color (decimal): -12533864 or 10010432. OLE color: 10010432.
HSL color Cylindrical-coordinate representation of color #40BF98: hue angle of 161.57º 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 #40BF98 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 152 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.25 |
| HSL | 161.57º | 0.5% | 0.5% | - |
| HSV(B) | 161.57º | 0.66% | 0.75% | - |
| XYZ | 26.41 | 40.62 | 36.15 | - |
| YUV | 148.58 | 129.92 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 152 | 0.66 | 0 | 0.20 | 0.25 | 161.57 | 0.5 | 0.5 |
| Hex | 40 | BF | 98 | 42 | 0 | 14 | 19 | A2 | 32 | 32 |
| Octal | 100 | 277 | 230 | 102 | 0 | 24 | 31 | 242 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10011000 | 1000010 | 0 | 10100 | 11001 | 10100010 | 110010 | 110010 |
Color Harmonies of #40BF98
Complementary color
Monochromatic Colors of #40BF98
Black with #40BF98
Text Example
Text Example
White with #40BF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF98; }
p { color: rgb(64,191,152); }
H1.HeaderClassName
{
color: #40BF98;
}
.AnyTagClassName
{
color: #40BF98;
}
</style>
background-color css
<style>
a { background-color: #40BF98; }
a { background-color: rgb(64,191,152); }
div.DivClassName
{
background-color: #40BF98;
}
.BgClassName
{
background-color: #40BF98;
}
</style>
border-color css
<style>
span { border-color: #40BF98; }
span { border-color: rgb(64,191,152); }
td.TdClassName
{
border-color: #40BF98;
}
.TagClassName
{
border-color: #40BF98;
}
</style>