Shades of Emerald #3BE084
Tints of Emerald #3BE084
RGB
CMYK
RGB Variations
Color information
#3BE084 (or 0x3BE084) is known color: Emerald. HEX triplet: 3B, E0 and 84. RGB value is (59,224,132). Sum of RGB (Red+Green+Blue) = 59+224+132=415 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.22% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE084 is #C41F7B. Grayscale: #A4A4A4. Windows color (decimal): -12853116 or 8708155. OLE color: 8708155.
HSL color Cylindrical-coordinate representation of color #3BE084: hue angle of 146.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE084 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 132 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.12 |
| HSL | 146.55º | 0.73% | 0.55% | - |
| HSV(B) | 146.55º | 0.74% | 0.88% | - |
| XYZ | 32.62 | 55.91 | 30.9 | - |
| YUV | 164.18 | 109.84 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 132 | 0.74 | 0 | 0.41 | 0.12 | 146.55 | 0.73 | 0.55 |
| Hex | 3B | E0 | 84 | 4A | 0 | 29 | C | 93 | 49 | 37 |
| Octal | 73 | 340 | 204 | 112 | 0 | 51 | 14 | 223 | 111 | 67 |
| Binary | 111011 | 11100000 | 10000100 | 1001010 | 0 | 101001 | 1100 | 10010011 | 1001001 | 110111 |
Color Harmonies of #3BE084
Complementary color
Monochromatic Colors of #3BE084
Black with #3BE084
Text Example
Text Example
White with #3BE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE084; }
p { color: rgb(59,224,132); }
H1.HeaderClassName
{
color: #3BE084;
}
.AnyTagClassName
{
color: #3BE084;
}
</style>
background-color css
<style>
a { background-color: #3BE084; }
a { background-color: rgb(59,224,132); }
div.DivClassName
{
background-color: #3BE084;
}
.BgClassName
{
background-color: #3BE084;
}
</style>
border-color css
<style>
span { border-color: #3BE084; }
span { border-color: rgb(59,224,132); }
td.TdClassName
{
border-color: #3BE084;
}
.TagClassName
{
border-color: #3BE084;
}
</style>