Shades of Emerald #40CB6A
Tints of Emerald #40CB6A
RGB
CMYK
RGB Variations
Color information
#40CB6A (or 0x40CB6A) is known color: Emerald. HEX triplet: 40, CB and 6A. RGB value is (64,203,106). Sum of RGB (Red+Green+Blue) = 64+203+106=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CB6A is #BF3495. Grayscale: #969696. Windows color (decimal): -12530838 or 6998848. OLE color: 6998848.
HSL color Cylindrical-coordinate representation of color #40CB6A: hue angle of 138.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CB6A is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 106 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.20 |
| HSL | 138.13º | 0.57% | 0.52% | - |
| HSV(B) | 138.13º | 0.68% | 0.8% | - |
| XYZ | 26.07 | 44.84 | 20.92 | - |
| YUV | 150.38 | 102.95 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 106 | 0.68 | 0 | 0.48 | 0.20 | 138.13 | 0.57 | 0.52 |
| Hex | 40 | CB | 6A | 44 | 0 | 30 | 14 | 8A | 39 | 34 |
| Octal | 100 | 313 | 152 | 104 | 0 | 60 | 24 | 212 | 71 | 64 |
| Binary | 1000000 | 11001011 | 1101010 | 1000100 | 0 | 110000 | 10100 | 10001010 | 111001 | 110100 |
Color Harmonies of #40CB6A
Complementary color
Monochromatic Colors of #40CB6A
Black with #40CB6A
Text Example
Text Example
White with #40CB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CB6A; }
p { color: rgb(64,203,106); }
H1.HeaderClassName
{
color: #40CB6A;
}
.AnyTagClassName
{
color: #40CB6A;
}
</style>
background-color css
<style>
a { background-color: #40CB6A; }
a { background-color: rgb(64,203,106); }
div.DivClassName
{
background-color: #40CB6A;
}
.BgClassName
{
background-color: #40CB6A;
}
</style>
border-color css
<style>
span { border-color: #40CB6A; }
span { border-color: rgb(64,203,106); }
td.TdClassName
{
border-color: #40CB6A;
}
.TagClassName
{
border-color: #40CB6A;
}
</style>