Shades of Emerald #3BE580
Tints of Emerald #3BE580
RGB
CMYK
RGB Variations
Color information
#3BE580 (or 0x3BE580) is known color: Emerald. HEX triplet: 3B, E5 and 80. RGB value is (59,229,128). Sum of RGB (Red+Green+Blue) = 59+229+128=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 229 (89.84% from 255 or 55.05% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE580 is #C41A7F. Grayscale: #A6A6A6. Windows color (decimal): -12851840 or 8447291. OLE color: 8447291.
HSL color Cylindrical-coordinate representation of color #3BE580: hue angle of 144.35º 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 #3BE580 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 128 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.10 |
| HSL | 144.35º | 0.77% | 0.56% | - |
| HSV(B) | 144.35º | 0.74% | 0.9% | - |
| XYZ | 33.72 | 58.53 | 29.94 | - |
| YUV | 166.66 | 106.18 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 128 | 0.74 | 0 | 0.44 | 0.10 | 144.35 | 0.77 | 0.56 |
| Hex | 3B | E5 | 80 | 4A | 0 | 2C | A | 90 | 4D | 38 |
| Octal | 73 | 345 | 200 | 112 | 0 | 54 | 12 | 220 | 115 | 70 |
| Binary | 111011 | 11100101 | 10000000 | 1001010 | 0 | 101100 | 1010 | 10010000 | 1001101 | 111000 |
Color Harmonies of #3BE580
Complementary color
Monochromatic Colors of #3BE580
Black with #3BE580
Text Example
Text Example
White with #3BE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE580; }
p { color: rgb(59,229,128); }
H1.HeaderClassName
{
color: #3BE580;
}
.AnyTagClassName
{
color: #3BE580;
}
</style>
background-color css
<style>
a { background-color: #3BE580; }
a { background-color: rgb(59,229,128); }
div.DivClassName
{
background-color: #3BE580;
}
.BgClassName
{
background-color: #3BE580;
}
</style>
border-color css
<style>
span { border-color: #3BE580; }
span { border-color: rgb(59,229,128); }
td.TdClassName
{
border-color: #3BE580;
}
.TagClassName
{
border-color: #3BE580;
}
</style>