Shades of Emerald #3BD569
Tints of Emerald #3BD569
RGB
CMYK
RGB Variations
Color information
#3BD569 (or 0x3BD569) is known color: Emerald. HEX triplet: 3B, D5 and 69. RGB value is (59,213,105). Sum of RGB (Red+Green+Blue) = 59+213+105=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD569 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD569 is #C42A96. Grayscale: #9A9A9A. Windows color (decimal): -12855959 or 6935867. OLE color: 6935867.
HSL color Cylindrical-coordinate representation of color #3BD569: hue angle of 137.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD569 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 105 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.16 |
| HSL | 137.92º | 0.65% | 0.53% | - |
| HSV(B) | 137.92º | 0.72% | 0.84% | - |
| XYZ | 28.15 | 49.54 | 21.44 | - |
| YUV | 154.64 | 99.98 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 105 | 0.72 | 0 | 0.51 | 0.16 | 137.92 | 0.65 | 0.53 |
| Hex | 3B | D5 | 69 | 48 | 0 | 33 | 10 | 8A | 41 | 35 |
| Octal | 73 | 325 | 151 | 110 | 0 | 63 | 20 | 212 | 101 | 65 |
| Binary | 111011 | 11010101 | 1101001 | 1001000 | 0 | 110011 | 10000 | 10001010 | 1000001 | 110101 |
Color Harmonies of #3BD569
Complementary color
Monochromatic Colors of #3BD569
Black with #3BD569
Text Example
Text Example
White with #3BD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD569; }
p { color: rgb(59,213,105); }
H1.HeaderClassName
{
color: #3BD569;
}
.AnyTagClassName
{
color: #3BD569;
}
</style>
background-color css
<style>
a { background-color: #3BD569; }
a { background-color: rgb(59,213,105); }
div.DivClassName
{
background-color: #3BD569;
}
.BgClassName
{
background-color: #3BD569;
}
</style>
border-color css
<style>
span { border-color: #3BD569; }
span { border-color: rgb(59,213,105); }
td.TdClassName
{
border-color: #3BD569;
}
.TagClassName
{
border-color: #3BD569;
}
</style>