Shades of Emerald #3BE770
Tints of Emerald #3BE770
RGB
CMYK
RGB Variations
Color information
#3BE770 (or 0x3BE770) is known color: Emerald. HEX triplet: 3B, E7 and 70. RGB value is (59,231,112). Sum of RGB (Red+Green+Blue) = 59+231+112=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 231 (90.62% from 255 or 57.46% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE770 is #C4188F. Grayscale: #A6A6A6. Windows color (decimal): -12851344 or 7399227. OLE color: 7399227.
HSL color Cylindrical-coordinate representation of color #3BE770: hue angle of 138.49º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE770 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 112 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.09 |
| HSL | 138.49º | 0.78% | 0.57% | - |
| HSV(B) | 138.49º | 0.74% | 0.91% | - |
| XYZ | 33.3 | 59.25 | 25.01 | - |
| YUV | 166.01 | 97.52 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 112 | 0.74 | 0 | 0.52 | 0.09 | 138.49 | 0.78 | 0.57 |
| Hex | 3B | E7 | 70 | 4A | 0 | 34 | 9 | 8A | 4E | 39 |
| Octal | 73 | 347 | 160 | 112 | 0 | 64 | 11 | 212 | 116 | 71 |
| Binary | 111011 | 11100111 | 1110000 | 1001010 | 0 | 110100 | 1001 | 10001010 | 1001110 | 111001 |
Color Harmonies of #3BE770
Complementary color
Monochromatic Colors of #3BE770
Black with #3BE770
Text Example
Text Example
White with #3BE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE770; }
p { color: rgb(59,231,112); }
H1.HeaderClassName
{
color: #3BE770;
}
.AnyTagClassName
{
color: #3BE770;
}
</style>
background-color css
<style>
a { background-color: #3BE770; }
a { background-color: rgb(59,231,112); }
div.DivClassName
{
background-color: #3BE770;
}
.BgClassName
{
background-color: #3BE770;
}
</style>
border-color css
<style>
span { border-color: #3BE770; }
span { border-color: rgb(59,231,112); }
td.TdClassName
{
border-color: #3BE770;
}
.TagClassName
{
border-color: #3BE770;
}
</style>