Shades of Shamrock #40BC99
Tints of Shamrock #40BC99
RGB
CMYK
RGB Variations
Color information
#40BC99 (or 0x40BC99) is known color: Shamrock. HEX triplet: 40, BC and 99. RGB value is (64,188,153). Sum of RGB (Red+Green+Blue) = 64+188+153=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC99 is #BF4366. Grayscale: #929292. Windows color (decimal): -12534631 or 10075200. OLE color: 10075200.
HSL color Cylindrical-coordinate representation of color #40BC99: hue angle of 163.06º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC99 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 153 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.26 |
| HSL | 163.06º | 0.49% | 0.49% | - |
| HSV(B) | 163.06º | 0.66% | 0.74% | - |
| XYZ | 25.85 | 39.36 | 36.37 | - |
| YUV | 146.93 | 131.42 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 153 | 0.66 | 0 | 0.19 | 0.26 | 163.06 | 0.49 | 0.49 |
| Hex | 40 | BC | 99 | 42 | 0 | 13 | 1A | A3 | 31 | 31 |
| Octal | 100 | 274 | 231 | 102 | 0 | 23 | 32 | 243 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10011001 | 1000010 | 0 | 10011 | 11010 | 10100011 | 110001 | 110001 |
Color Harmonies of #40BC99
Complementary color
Monochromatic Colors of #40BC99
Black with #40BC99
Text Example
Text Example
White with #40BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC99; }
p { color: rgb(64,188,153); }
H1.HeaderClassName
{
color: #40BC99;
}
.AnyTagClassName
{
color: #40BC99;
}
</style>
background-color css
<style>
a { background-color: #40BC99; }
a { background-color: rgb(64,188,153); }
div.DivClassName
{
background-color: #40BC99;
}
.BgClassName
{
background-color: #40BC99;
}
</style>
border-color css
<style>
span { border-color: #40BC99; }
span { border-color: rgb(64,188,153); }
td.TdClassName
{
border-color: #40BC99;
}
.TagClassName
{
border-color: #40BC99;
}
</style>