Shades of Emerald #40F370
Tints of Emerald #40F370
RGB
CMYK
RGB Variations
Color information
#40F370 (or 0x40F370) is known color: Emerald. HEX triplet: 40, F3 and 70. RGB value is (64,243,112). Sum of RGB (Red+Green+Blue) = 64+243+112=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #40F370 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F370 is #BF0C8F. Grayscale: #AEAEAE. Windows color (decimal): -12520592 or 7402304. OLE color: 7402304.
HSL color Cylindrical-coordinate representation of color #40F370: hue angle of 136.09º 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 #40F370 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 112 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.05 |
| HSL | 136.09º | 0.88% | 0.6% | - |
| HSV(B) | 136.09º | 0.74% | 0.95% | - |
| XYZ | 37.09 | 66.36 | 26.18 | - |
| YUV | 174.55 | 92.7 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 112 | 0.74 | 0 | 0.54 | 0.05 | 136.09 | 0.88 | 0.6 |
| Hex | 40 | F3 | 70 | 4A | 0 | 36 | 5 | 88 | 58 | 3C |
| Octal | 100 | 363 | 160 | 112 | 0 | 66 | 5 | 210 | 130 | 74 |
| Binary | 1000000 | 11110011 | 1110000 | 1001010 | 0 | 110110 | 101 | 10001000 | 1011000 | 111100 |
Color Harmonies of #40F370
Complementary color
Monochromatic Colors of #40F370
Black with #40F370
Text Example
Text Example
White with #40F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F370; }
p { color: rgb(64,243,112); }
H1.HeaderClassName
{
color: #40F370;
}
.AnyTagClassName
{
color: #40F370;
}
</style>
background-color css
<style>
a { background-color: #40F370; }
a { background-color: rgb(64,243,112); }
div.DivClassName
{
background-color: #40F370;
}
.BgClassName
{
background-color: #40F370;
}
</style>
border-color css
<style>
span { border-color: #40F370; }
span { border-color: rgb(64,243,112); }
td.TdClassName
{
border-color: #40F370;
}
.TagClassName
{
border-color: #40F370;
}
</style>