Shades of Emerald #40F379
Tints of Emerald #40F379
RGB
CMYK
RGB Variations
Color information
#40F379 (or 0x40F379) is known color: Emerald. HEX triplet: 40, F3 and 79. RGB value is (64,243,121). Sum of RGB (Red+Green+Blue) = 64+243+121=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #40F379 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F379 is #BF0C86. Grayscale: #AFAFAF. Windows color (decimal): -12520583 or 7992128. OLE color: 7992128.
HSL color Cylindrical-coordinate representation of color #40F379: hue angle of 139.11º 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 #40F379 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 121 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.05 |
| HSL | 139.11º | 0.88% | 0.6% | - |
| HSV(B) | 139.11º | 0.74% | 0.95% | - |
| XYZ | 37.62 | 66.57 | 28.96 | - |
| YUV | 175.57 | 97.2 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 121 | 0.74 | 0 | 0.50 | 0.05 | 139.11 | 0.88 | 0.6 |
| Hex | 40 | F3 | 79 | 4A | 0 | 32 | 5 | 8B | 58 | 3C |
| Octal | 100 | 363 | 171 | 112 | 0 | 62 | 5 | 213 | 130 | 74 |
| Binary | 1000000 | 11110011 | 1111001 | 1001010 | 0 | 110010 | 101 | 10001011 | 1011000 | 111100 |
Color Harmonies of #40F379
Complementary color
Monochromatic Colors of #40F379
Black with #40F379
Text Example
Text Example
White with #40F379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F379; }
p { color: rgb(64,243,121); }
H1.HeaderClassName
{
color: #40F379;
}
.AnyTagClassName
{
color: #40F379;
}
</style>
background-color css
<style>
a { background-color: #40F379; }
a { background-color: rgb(64,243,121); }
div.DivClassName
{
background-color: #40F379;
}
.BgClassName
{
background-color: #40F379;
}
</style>
border-color css
<style>
span { border-color: #40F379; }
span { border-color: rgb(64,243,121); }
td.TdClassName
{
border-color: #40F379;
}
.TagClassName
{
border-color: #40F379;
}
</style>