Shades of Emerald #40F182
Tints of Emerald #40F182
RGB
CMYK
RGB Variations
Color information
#40F182 (or 0x40F182) is known color: Emerald. HEX triplet: 40, F1 and 82. RGB value is (64,241,130). Sum of RGB (Red+Green+Blue) = 64+241+130=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #40F182 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F182 is #BF0E7D. Grayscale: #AFAFAF. Windows color (decimal): -12521086 or 8581440. OLE color: 8581440.
HSL color Cylindrical-coordinate representation of color #40F182: hue angle of 142.37º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F182 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 130 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.05 |
| HSL | 142.37º | 0.86% | 0.6% | - |
| HSV(B) | 142.37º | 0.73% | 0.95% | - |
| XYZ | 37.6 | 65.61 | 31.8 | - |
| YUV | 175.42 | 102.36 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 130 | 0.73 | 0 | 0.46 | 0.05 | 142.37 | 0.86 | 0.6 |
| Hex | 40 | F1 | 82 | 49 | 0 | 2E | 5 | 8E | 56 | 3C |
| Octal | 100 | 361 | 202 | 111 | 0 | 56 | 5 | 216 | 126 | 74 |
| Binary | 1000000 | 11110001 | 10000010 | 1001001 | 0 | 101110 | 101 | 10001110 | 1010110 | 111100 |
Color Harmonies of #40F182
Complementary color
Monochromatic Colors of #40F182
Black with #40F182
Text Example
Text Example
White with #40F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F182; }
p { color: rgb(64,241,130); }
H1.HeaderClassName
{
color: #40F182;
}
.AnyTagClassName
{
color: #40F182;
}
</style>
background-color css
<style>
a { background-color: #40F182; }
a { background-color: rgb(64,241,130); }
div.DivClassName
{
background-color: #40F182;
}
.BgClassName
{
background-color: #40F182;
}
</style>
border-color css
<style>
span { border-color: #40F182; }
span { border-color: rgb(64,241,130); }
td.TdClassName
{
border-color: #40F182;
}
.TagClassName
{
border-color: #40F182;
}
</style>