Shades of Emerald #40C483
Tints of Emerald #40C483
RGB
CMYK
RGB Variations
Color information
#40C483 (or 0x40C483) is known color: Emerald. HEX triplet: 40, C4 and 83. RGB value is (64,196,131). Sum of RGB (Red+Green+Blue) = 64+196+131=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #40C483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C483 is #BF3B7C. Grayscale: #959595. Windows color (decimal): -12532605 or 8635456. OLE color: 8635456.
HSL color Cylindrical-coordinate representation of color #40C483: hue angle of 150.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C483 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 131 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.23 |
| HSL | 150.45º | 0.53% | 0.51% | - |
| HSV(B) | 150.45º | 0.67% | 0.77% | - |
| XYZ | 25.95 | 42.21 | 28.25 | - |
| YUV | 149.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 131 | 0.67 | 0 | 0.33 | 0.23 | 150.45 | 0.53 | 0.51 |
| Hex | 40 | C4 | 83 | 43 | 0 | 21 | 17 | 96 | 35 | 33 |
| Octal | 100 | 304 | 203 | 103 | 0 | 41 | 27 | 226 | 65 | 63 |
| Binary | 1000000 | 11000100 | 10000011 | 1000011 | 0 | 100001 | 10111 | 10010110 | 110101 | 110011 |
Color Harmonies of #40C483
Complementary color
Monochromatic Colors of #40C483
Black with #40C483
Text Example
Text Example
White with #40C483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C483; }
p { color: rgb(64,196,131); }
H1.HeaderClassName
{
color: #40C483;
}
.AnyTagClassName
{
color: #40C483;
}
</style>
background-color css
<style>
a { background-color: #40C483; }
a { background-color: rgb(64,196,131); }
div.DivClassName
{
background-color: #40C483;
}
.BgClassName
{
background-color: #40C483;
}
</style>
border-color css
<style>
span { border-color: #40C483; }
span { border-color: rgb(64,196,131); }
td.TdClassName
{
border-color: #40C483;
}
.TagClassName
{
border-color: #40C483;
}
</style>