Shades of Emerald #40F385
Tints of Emerald #40F385
RGB
CMYK
RGB Variations
Color information
#40F385 (or 0x40F385) is known color: Emerald. HEX triplet: 40, F3 and 85. RGB value is (64,243,133). Sum of RGB (Red+Green+Blue) = 64+243+133=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #40F385 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F385 is #BF0C7A. Grayscale: #B1B1B1. Windows color (decimal): -12520571 or 8778560. OLE color: 8778560.
HSL color Cylindrical-coordinate representation of color #40F385: hue angle of 143.13º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F385 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 133 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.05 |
| HSL | 143.13º | 0.88% | 0.6% | - |
| HSV(B) | 143.13º | 0.74% | 0.95% | - |
| XYZ | 38.4 | 66.88 | 33.08 | - |
| YUV | 176.94 | 103.2 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 133 | 0.74 | 0 | 0.45 | 0.05 | 143.13 | 0.88 | 0.6 |
| Hex | 40 | F3 | 85 | 4A | 0 | 2D | 5 | 8F | 58 | 3C |
| Octal | 100 | 363 | 205 | 112 | 0 | 55 | 5 | 217 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10000101 | 1001010 | 0 | 101101 | 101 | 10001111 | 1011000 | 111100 |
Color Harmonies of #40F385
Complementary color
Monochromatic Colors of #40F385
Black with #40F385
Text Example
Text Example
White with #40F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F385; }
p { color: rgb(64,243,133); }
H1.HeaderClassName
{
color: #40F385;
}
.AnyTagClassName
{
color: #40F385;
}
</style>
background-color css
<style>
a { background-color: #40F385; }
a { background-color: rgb(64,243,133); }
div.DivClassName
{
background-color: #40F385;
}
.BgClassName
{
background-color: #40F385;
}
</style>
border-color css
<style>
span { border-color: #40F385; }
span { border-color: rgb(64,243,133); }
td.TdClassName
{
border-color: #40F385;
}
.TagClassName
{
border-color: #40F385;
}
</style>