Shades of Emerald #3BDD68
Tints of Emerald #3BDD68
RGB
CMYK
RGB Variations
Color information
#3BDD68 (or 0x3BDD68) is known color: Emerald. HEX triplet: 3B, DD and 68. RGB value is (59,221,104). Sum of RGB (Red+Green+Blue) = 59+221+104=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD68 is #C42297. Grayscale: #9F9F9F. Windows color (decimal): -12853912 or 6872379. OLE color: 6872379.
HSL color Cylindrical-coordinate representation of color #3BDD68: hue angle of 136.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD68 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 104 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.13 |
| HSL | 136.67º | 0.7% | 0.55% | - |
| HSV(B) | 136.67º | 0.73% | 0.87% | - |
| XYZ | 30.16 | 53.64 | 21.86 | - |
| YUV | 159.22 | 96.83 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 104 | 0.73 | 0 | 0.53 | 0.13 | 136.67 | 0.7 | 0.55 |
| Hex | 3B | DD | 68 | 49 | 0 | 35 | D | 89 | 46 | 37 |
| Octal | 73 | 335 | 150 | 111 | 0 | 65 | 15 | 211 | 106 | 67 |
| Binary | 111011 | 11011101 | 1101000 | 1001001 | 0 | 110101 | 1101 | 10001001 | 1000110 | 110111 |
Color Harmonies of #3BDD68
Complementary color
Monochromatic Colors of #3BDD68
Black with #3BDD68
Text Example
Text Example
White with #3BDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD68; }
p { color: rgb(59,221,104); }
H1.HeaderClassName
{
color: #3BDD68;
}
.AnyTagClassName
{
color: #3BDD68;
}
</style>
background-color css
<style>
a { background-color: #3BDD68; }
a { background-color: rgb(59,221,104); }
div.DivClassName
{
background-color: #3BDD68;
}
.BgClassName
{
background-color: #3BDD68;
}
</style>
border-color css
<style>
span { border-color: #3BDD68; }
span { border-color: rgb(59,221,104); }
td.TdClassName
{
border-color: #3BDD68;
}
.TagClassName
{
border-color: #3BDD68;
}
</style>