Shades of Shamrock #40B799
Tints of Shamrock #40B799
RGB
CMYK
RGB Variations
Color information
#40B799 (or 0x40B799) is known color: Shamrock. HEX triplet: 40, B7 and 99. RGB value is (64,183,153). Sum of RGB (Red+Green+Blue) = 64+183+153=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #40B799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B799 is #BF4866. Grayscale: #909090. Windows color (decimal): -12535911 or 10073920. OLE color: 10073920.
HSL color Cylindrical-coordinate representation of color #40B799: hue angle of 164.87º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B799 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 153 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.28 |
| HSL | 164.87º | 0.48% | 0.48% | - |
| HSV(B) | 164.87º | 0.65% | 0.72% | - |
| XYZ | 24.8 | 37.26 | 36.02 | - |
| YUV | 144 | 133.08 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 153 | 0.65 | 0 | 0.16 | 0.28 | 164.87 | 0.48 | 0.48 |
| Hex | 40 | B7 | 99 | 41 | 0 | 10 | 1C | A5 | 30 | 30 |
| Octal | 100 | 267 | 231 | 101 | 0 | 20 | 34 | 245 | 60 | 60 |
| Binary | 1000000 | 10110111 | 10011001 | 1000001 | 0 | 10000 | 11100 | 10100101 | 110000 | 110000 |
Color Harmonies of #40B799
Complementary color
Monochromatic Colors of #40B799
Black with #40B799
Text Example
Text Example
White with #40B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B799; }
p { color: rgb(64,183,153); }
H1.HeaderClassName
{
color: #40B799;
}
.AnyTagClassName
{
color: #40B799;
}
</style>
background-color css
<style>
a { background-color: #40B799; }
a { background-color: rgb(64,183,153); }
div.DivClassName
{
background-color: #40B799;
}
.BgClassName
{
background-color: #40B799;
}
</style>
border-color css
<style>
span { border-color: #40B799; }
span { border-color: rgb(64,183,153); }
td.TdClassName
{
border-color: #40B799;
}
.TagClassName
{
border-color: #40B799;
}
</style>