Shades of Emerald #3BD068
Tints of Emerald #3BD068
RGB
CMYK
RGB Variations
Color information
#3BD068 (or 0x3BD068) is known color: Emerald. HEX triplet: 3B, D0 and 68. RGB value is (59,208,104). Sum of RGB (Red+Green+Blue) = 59+208+104=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD068 is #C42F97. Grayscale: #979797. Windows color (decimal): -12857240 or 6869051. OLE color: 6869051.
HSL color Cylindrical-coordinate representation of color #3BD068: hue angle of 138.12º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD068 is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 104 | - |
| CMYK | 0.72 | 0 | 0.5 | 0.18 |
| HSL | 138.12º | 0.61% | 0.52% | - |
| HSV(B) | 138.12º | 0.72% | 0.82% | - |
| XYZ | 26.86 | 47.04 | 20.76 | - |
| YUV | 151.59 | 101.14 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 104 | 0.72 | 0 | 0.5 | 0.18 | 138.12 | 0.61 | 0.52 |
| Hex | 3B | D0 | 68 | 48 | 0 | 32 | 12 | 8A | 3D | 34 |
| Octal | 73 | 320 | 150 | 110 | 0 | 62 | 22 | 212 | 75 | 64 |
| Binary | 111011 | 11010000 | 1101000 | 1001000 | 0 | 110010 | 10010 | 10001010 | 111101 | 110100 |
Color Harmonies of #3BD068
Complementary color
Monochromatic Colors of #3BD068
Black with #3BD068
Text Example
Text Example
White with #3BD068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD068; }
p { color: rgb(59,208,104); }
H1.HeaderClassName
{
color: #3BD068;
}
.AnyTagClassName
{
color: #3BD068;
}
</style>
background-color css
<style>
a { background-color: #3BD068; }
a { background-color: rgb(59,208,104); }
div.DivClassName
{
background-color: #3BD068;
}
.BgClassName
{
background-color: #3BD068;
}
</style>
border-color css
<style>
span { border-color: #3BD068; }
span { border-color: rgb(59,208,104); }
td.TdClassName
{
border-color: #3BD068;
}
.TagClassName
{
border-color: #3BD068;
}
</style>