Shades of Emerald #3BE06B
Tints of Emerald #3BE06B
RGB
CMYK
RGB Variations
Color information
#3BE06B (or 0x3BE06B) is known color: Emerald. HEX triplet: 3B, E0 and 6B. RGB value is (59,224,107). Sum of RGB (Red+Green+Blue) = 59+224+107=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE06B is #C41F94. Grayscale: #A1A1A1. Windows color (decimal): -12853141 or 7069755. OLE color: 7069755.
HSL color Cylindrical-coordinate representation of color #3BE06B: hue angle of 137.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE06B is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 107 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.12 |
| HSL | 137.45º | 0.73% | 0.55% | - |
| HSV(B) | 137.45º | 0.74% | 0.88% | - |
| XYZ | 31.11 | 55.3 | 22.94 | - |
| YUV | 161.33 | 97.34 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 107 | 0.74 | 0 | 0.52 | 0.12 | 137.45 | 0.73 | 0.55 |
| Hex | 3B | E0 | 6B | 4A | 0 | 34 | C | 89 | 49 | 37 |
| Octal | 73 | 340 | 153 | 112 | 0 | 64 | 14 | 211 | 111 | 67 |
| Binary | 111011 | 11100000 | 1101011 | 1001010 | 0 | 110100 | 1100 | 10001001 | 1001001 | 110111 |
Color Harmonies of #3BE06B
Complementary color
Monochromatic Colors of #3BE06B
Black with #3BE06B
Text Example
Text Example
White with #3BE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE06B; }
p { color: rgb(59,224,107); }
H1.HeaderClassName
{
color: #3BE06B;
}
.AnyTagClassName
{
color: #3BE06B;
}
</style>
background-color css
<style>
a { background-color: #3BE06B; }
a { background-color: rgb(59,224,107); }
div.DivClassName
{
background-color: #3BE06B;
}
.BgClassName
{
background-color: #3BE06B;
}
</style>
border-color css
<style>
span { border-color: #3BE06B; }
span { border-color: rgb(59,224,107); }
td.TdClassName
{
border-color: #3BE06B;
}
.TagClassName
{
border-color: #3BE06B;
}
</style>