Shades of Emerald #3BE560
Tints of Emerald #3BE560
RGB
CMYK
RGB Variations
Color information
#3BE560 (or 0x3BE560) is known color: Emerald. HEX triplet: 3B, E5 and 60. RGB value is (59,229,96). Sum of RGB (Red+Green+Blue) = 59+229+96=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 229 (89.84% from 255 or 59.64% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE560 is #C41A9F. Grayscale: #A3A3A3. Windows color (decimal): -12851872 or 6350139. OLE color: 6350139.
HSL color Cylindrical-coordinate representation of color #3BE560: hue angle of 133.06º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE560 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 96 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.10 |
| HSL | 133.06º | 0.77% | 0.56% | - |
| HSV(B) | 133.06º | 0.74% | 0.9% | - |
| XYZ | 31.93 | 57.81 | 20.54 | - |
| YUV | 163.01 | 90.18 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 96 | 0.74 | 0 | 0.58 | 0.10 | 133.06 | 0.77 | 0.56 |
| Hex | 3B | E5 | 60 | 4A | 0 | 3A | A | 85 | 4D | 38 |
| Octal | 73 | 345 | 140 | 112 | 0 | 72 | 12 | 205 | 115 | 70 |
| Binary | 111011 | 11100101 | 1100000 | 1001010 | 0 | 111010 | 1010 | 10000101 | 1001101 | 111000 |
Color Harmonies of #3BE560
Complementary color
Monochromatic Colors of #3BE560
Black with #3BE560
Text Example
Text Example
White with #3BE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE560; }
p { color: rgb(59,229,96); }
H1.HeaderClassName
{
color: #3BE560;
}
.AnyTagClassName
{
color: #3BE560;
}
</style>
background-color css
<style>
a { background-color: #3BE560; }
a { background-color: rgb(59,229,96); }
div.DivClassName
{
background-color: #3BE560;
}
.BgClassName
{
background-color: #3BE560;
}
</style>
border-color css
<style>
span { border-color: #3BE560; }
span { border-color: rgb(59,229,96); }
td.TdClassName
{
border-color: #3BE560;
}
.TagClassName
{
border-color: #3BE560;
}
</style>