Shades of Emerald #3BD474
Tints of Emerald #3BD474
RGB
CMYK
RGB Variations
Color information
#3BD474 (or 0x3BD474) is known color: Emerald. HEX triplet: 3B, D4 and 74. RGB value is (59,212,116). Sum of RGB (Red+Green+Blue) = 59+212+116=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD474 is #C42B8B. Grayscale: #9B9B9B. Windows color (decimal): -12856204 or 7656507. OLE color: 7656507.
HSL color Cylindrical-coordinate representation of color #3BD474: hue angle of 142.35º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD474 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 116 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.17 |
| HSL | 142.35º | 0.64% | 0.53% | - |
| HSV(B) | 142.35º | 0.72% | 0.83% | - |
| XYZ | 28.5 | 49.28 | 24.53 | - |
| YUV | 155.31 | 105.81 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 116 | 0.72 | 0 | 0.45 | 0.17 | 142.35 | 0.64 | 0.53 |
| Hex | 3B | D4 | 74 | 48 | 0 | 2D | 11 | 8E | 40 | 35 |
| Octal | 73 | 324 | 164 | 110 | 0 | 55 | 21 | 216 | 100 | 65 |
| Binary | 111011 | 11010100 | 1110100 | 1001000 | 0 | 101101 | 10001 | 10001110 | 1000000 | 110101 |
Color Harmonies of #3BD474
Complementary color
Monochromatic Colors of #3BD474
Black with #3BD474
Text Example
Text Example
White with #3BD474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD474; }
p { color: rgb(59,212,116); }
H1.HeaderClassName
{
color: #3BD474;
}
.AnyTagClassName
{
color: #3BD474;
}
</style>
background-color css
<style>
a { background-color: #3BD474; }
a { background-color: rgb(59,212,116); }
div.DivClassName
{
background-color: #3BD474;
}
.BgClassName
{
background-color: #3BD474;
}
</style>
border-color css
<style>
span { border-color: #3BD474; }
span { border-color: rgb(59,212,116); }
td.TdClassName
{
border-color: #3BD474;
}
.TagClassName
{
border-color: #3BD474;
}
</style>