Shades of Emerald #40F380
Tints of Emerald #40F380
RGB
CMYK
RGB Variations
Color information
#40F380 (or 0x40F380) is known color: Emerald. HEX triplet: 40, F3 and 80. RGB value is (64,243,128). Sum of RGB (Red+Green+Blue) = 64+243+128=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #40F380 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F380 is #BF0C7F. Grayscale: #B0B0B0. Windows color (decimal): -12520576 or 8450880. OLE color: 8450880.
HSL color Cylindrical-coordinate representation of color #40F380: hue angle of 141.45º 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 #40F380 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 128 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.05 |
| HSL | 141.45º | 0.88% | 0.6% | - |
| HSV(B) | 141.45º | 0.74% | 0.95% | - |
| XYZ | 38.06 | 66.75 | 31.3 | - |
| YUV | 176.37 | 100.7 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 128 | 0.74 | 0 | 0.47 | 0.05 | 141.45 | 0.88 | 0.6 |
| Hex | 40 | F3 | 80 | 4A | 0 | 2F | 5 | 8D | 58 | 3C |
| Octal | 100 | 363 | 200 | 112 | 0 | 57 | 5 | 215 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10000000 | 1001010 | 0 | 101111 | 101 | 10001101 | 1011000 | 111100 |
Color Harmonies of #40F380
Complementary color
Monochromatic Colors of #40F380
Black with #40F380
Text Example
Text Example
White with #40F380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F380; }
p { color: rgb(64,243,128); }
H1.HeaderClassName
{
color: #40F380;
}
.AnyTagClassName
{
color: #40F380;
}
</style>
background-color css
<style>
a { background-color: #40F380; }
a { background-color: rgb(64,243,128); }
div.DivClassName
{
background-color: #40F380;
}
.BgClassName
{
background-color: #40F380;
}
</style>
border-color css
<style>
span { border-color: #40F380; }
span { border-color: rgb(64,243,128); }
td.TdClassName
{
border-color: #40F380;
}
.TagClassName
{
border-color: #40F380;
}
</style>