Shades of Emerald #3BF584
Tints of Emerald #3BF584
RGB
CMYK
RGB Variations
Color information
#3BF584 (or 0x3BF584) is known color: Emerald. HEX triplet: 3B, F5 and 84. RGB value is (59,245,132). Sum of RGB (Red+Green+Blue) = 59+245+132=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF584 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF584 is #C40A7B. Grayscale: #B0B0B0. Windows color (decimal): -12847740 or 8713531. OLE color: 8713531.
HSL color Cylindrical-coordinate representation of color #3BF584: hue angle of 143.55º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF584 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 132 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.04 |
| HSL | 143.55º | 0.9% | 0.6% | - |
| HSV(B) | 143.55º | 0.76% | 0.96% | - |
| XYZ | 38.62 | 67.9 | 32.9 | - |
| YUV | 176.5 | 102.88 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 132 | 0.76 | 0 | 0.46 | 0.04 | 143.55 | 0.9 | 0.6 |
| Hex | 3B | F5 | 84 | 4C | 0 | 2E | 4 | 90 | 5A | 3C |
| Octal | 73 | 365 | 204 | 114 | 0 | 56 | 4 | 220 | 132 | 74 |
| Binary | 111011 | 11110101 | 10000100 | 1001100 | 0 | 101110 | 100 | 10010000 | 1011010 | 111100 |
Color Harmonies of #3BF584
Complementary color
Monochromatic Colors of #3BF584
Black with #3BF584
Text Example
Text Example
White with #3BF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF584; }
p { color: rgb(59,245,132); }
H1.HeaderClassName
{
color: #3BF584;
}
.AnyTagClassName
{
color: #3BF584;
}
</style>
background-color css
<style>
a { background-color: #3BF584; }
a { background-color: rgb(59,245,132); }
div.DivClassName
{
background-color: #3BF584;
}
.BgClassName
{
background-color: #3BF584;
}
</style>
border-color css
<style>
span { border-color: #3BF584; }
span { border-color: rgb(59,245,132); }
td.TdClassName
{
border-color: #3BF584;
}
.TagClassName
{
border-color: #3BF584;
}
</style>