Shades of Emerald #3BD669
Tints of Emerald #3BD669
RGB
CMYK
RGB Variations
Color information
#3BD669 (or 0x3BD669) is known color: Emerald. HEX triplet: 3B, D6 and 69. RGB value is (59,214,105). Sum of RGB (Red+Green+Blue) = 59+214+105=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD669 is #C42996. Grayscale: #9B9B9B. Windows color (decimal): -12855703 or 6936123. OLE color: 6936123.
HSL color Cylindrical-coordinate representation of color #3BD669: hue angle of 137.81º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD669 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 105 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.16 |
| HSL | 137.81º | 0.65% | 0.54% | - |
| HSV(B) | 137.81º | 0.72% | 0.84% | - |
| XYZ | 28.4 | 50.04 | 21.53 | - |
| YUV | 155.23 | 99.65 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 105 | 0.72 | 0 | 0.51 | 0.16 | 137.81 | 0.65 | 0.54 |
| Hex | 3B | D6 | 69 | 48 | 0 | 33 | 10 | 8A | 41 | 36 |
| Octal | 73 | 326 | 151 | 110 | 0 | 63 | 20 | 212 | 101 | 66 |
| Binary | 111011 | 11010110 | 1101001 | 1001000 | 0 | 110011 | 10000 | 10001010 | 1000001 | 110110 |
Color Harmonies of #3BD669
Complementary color
Monochromatic Colors of #3BD669
Black with #3BD669
Text Example
Text Example
White with #3BD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD669; }
p { color: rgb(59,214,105); }
H1.HeaderClassName
{
color: #3BD669;
}
.AnyTagClassName
{
color: #3BD669;
}
</style>
background-color css
<style>
a { background-color: #3BD669; }
a { background-color: rgb(59,214,105); }
div.DivClassName
{
background-color: #3BD669;
}
.BgClassName
{
background-color: #3BD669;
}
</style>
border-color css
<style>
span { border-color: #3BD669; }
span { border-color: rgb(59,214,105); }
td.TdClassName
{
border-color: #3BD669;
}
.TagClassName
{
border-color: #3BD669;
}
</style>