Shades of Shamrock #40CF9B
Tints of Shamrock #40CF9B
RGB
CMYK
RGB Variations
Color information
#40CF9B (or 0x40CF9B) is known color: Shamrock. HEX triplet: 40, CF and 9B. RGB value is (64,207,155). Sum of RGB (Red+Green+Blue) = 64+207+155=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CF9B is #BF3064. Grayscale: #9E9E9E. Windows color (decimal): -12529765 or 10211136. OLE color: 10211136.
HSL color Cylindrical-coordinate representation of color #40CF9B: hue angle of 158.18º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF9B is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 155 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.19 |
| HSL | 158.18º | 0.6% | 0.53% | - |
| HSV(B) | 158.18º | 0.69% | 0.81% | - |
| XYZ | 30.34 | 48.08 | 38.69 | - |
| YUV | 158.32 | 126.12 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 155 | 0.69 | 0 | 0.25 | 0.19 | 158.18 | 0.6 | 0.53 |
| Hex | 40 | CF | 9B | 45 | 0 | 19 | 13 | 9E | 3C | 35 |
| Octal | 100 | 317 | 233 | 105 | 0 | 31 | 23 | 236 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10011011 | 1000101 | 0 | 11001 | 10011 | 10011110 | 111100 | 110101 |
Color Harmonies of #40CF9B
Complementary color
Monochromatic Colors of #40CF9B
Black with #40CF9B
Text Example
Text Example
White with #40CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF9B; }
p { color: rgb(64,207,155); }
H1.HeaderClassName
{
color: #40CF9B;
}
.AnyTagClassName
{
color: #40CF9B;
}
</style>
background-color css
<style>
a { background-color: #40CF9B; }
a { background-color: rgb(64,207,155); }
div.DivClassName
{
background-color: #40CF9B;
}
.BgClassName
{
background-color: #40CF9B;
}
</style>
border-color css
<style>
span { border-color: #40CF9B; }
span { border-color: rgb(64,207,155); }
td.TdClassName
{
border-color: #40CF9B;
}
.TagClassName
{
border-color: #40CF9B;
}
</style>