Shades of Emerald #3BE860
Tints of Emerald #3BE860
RGB
CMYK
RGB Variations
Color information
#3BE860 (or 0x3BE860) is known color: Emerald. HEX triplet: 3B, E8 and 60. RGB value is (59,232,96). Sum of RGB (Red+Green+Blue) = 59+232+96=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 232 (91.02% from 255 or 59.95% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE860 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE860 is #C4179F. Grayscale: #A5A5A5. Windows color (decimal): -12851104 or 6350907. OLE color: 6350907.
HSL color Cylindrical-coordinate representation of color #3BE860: hue angle of 132.83º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE860 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 232 | 96 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.09 |
| HSL | 132.83º | 0.79% | 0.57% | - |
| HSV(B) | 132.83º | 0.75% | 0.91% | - |
| XYZ | 32.77 | 59.49 | 20.82 | - |
| YUV | 164.77 | 89.19 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 232 | 96 | 0.75 | 0 | 0.59 | 0.09 | 132.83 | 0.79 | 0.57 |
| Hex | 3B | E8 | 60 | 4B | 0 | 3B | 9 | 85 | 4F | 39 |
| Octal | 73 | 350 | 140 | 113 | 0 | 73 | 11 | 205 | 117 | 71 |
| Binary | 111011 | 11101000 | 1100000 | 1001011 | 0 | 111011 | 1001 | 10000101 | 1001111 | 111001 |
Color Harmonies of #3BE860
Complementary color
Monochromatic Colors of #3BE860
Black with #3BE860
Text Example
Text Example
White with #3BE860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE860; }
p { color: rgb(59,232,96); }
H1.HeaderClassName
{
color: #3BE860;
}
.AnyTagClassName
{
color: #3BE860;
}
</style>
background-color css
<style>
a { background-color: #3BE860; }
a { background-color: rgb(59,232,96); }
div.DivClassName
{
background-color: #3BE860;
}
.BgClassName
{
background-color: #3BE860;
}
</style>
border-color css
<style>
span { border-color: #3BE860; }
span { border-color: rgb(59,232,96); }
td.TdClassName
{
border-color: #3BE860;
}
.TagClassName
{
border-color: #3BE860;
}
</style>