Shades of Emerald #40F382
Tints of Emerald #40F382
RGB
CMYK
RGB Variations
Color information
#40F382 (or 0x40F382) is known color: Emerald. HEX triplet: 40, F3 and 82. RGB value is (64,243,130). Sum of RGB (Red+Green+Blue) = 64+243+130=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #40F382 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F382 is #BF0C7D. Grayscale: #B0B0B0. Windows color (decimal): -12520574 or 8581952. OLE color: 8581952.
HSL color Cylindrical-coordinate representation of color #40F382: hue angle of 142.12º 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 #40F382 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 130 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.05 |
| HSL | 142.12º | 0.88% | 0.6% | - |
| HSV(B) | 142.12º | 0.74% | 0.95% | - |
| XYZ | 38.19 | 66.8 | 32 | - |
| YUV | 176.6 | 101.7 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 130 | 0.74 | 0 | 0.47 | 0.05 | 142.12 | 0.88 | 0.6 |
| Hex | 40 | F3 | 82 | 4A | 0 | 2F | 5 | 8E | 58 | 3C |
| Octal | 100 | 363 | 202 | 112 | 0 | 57 | 5 | 216 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10000010 | 1001010 | 0 | 101111 | 101 | 10001110 | 1011000 | 111100 |
Color Harmonies of #40F382
Complementary color
Monochromatic Colors of #40F382
Black with #40F382
Text Example
Text Example
White with #40F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F382; }
p { color: rgb(64,243,130); }
H1.HeaderClassName
{
color: #40F382;
}
.AnyTagClassName
{
color: #40F382;
}
</style>
background-color css
<style>
a { background-color: #40F382; }
a { background-color: rgb(64,243,130); }
div.DivClassName
{
background-color: #40F382;
}
.BgClassName
{
background-color: #40F382;
}
</style>
border-color css
<style>
span { border-color: #40F382; }
span { border-color: rgb(64,243,130); }
td.TdClassName
{
border-color: #40F382;
}
.TagClassName
{
border-color: #40F382;
}
</style>