Shades of Emerald #3BDD67
Tints of Emerald #3BDD67
RGB
CMYK
RGB Variations
Color information
#3BDD67 (or 0x3BDD67) is known color: Emerald. HEX triplet: 3B, DD and 67. RGB value is (59,221,103). Sum of RGB (Red+Green+Blue) = 59+221+103=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD67 is #C42298. Grayscale: #9F9F9F. Windows color (decimal): -12853913 or 6806843. OLE color: 6806843.
HSL color Cylindrical-coordinate representation of color #3BDD67: hue angle of 136.3º 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 #3BDD67 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 103 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.13 |
| HSL | 136.3º | 0.7% | 0.55% | - |
| HSV(B) | 136.3º | 0.73% | 0.87% | - |
| XYZ | 30.11 | 53.62 | 21.6 | - |
| YUV | 159.11 | 96.33 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 103 | 0.73 | 0 | 0.53 | 0.13 | 136.3 | 0.7 | 0.55 |
| Hex | 3B | DD | 67 | 49 | 0 | 35 | D | 88 | 46 | 37 |
| Octal | 73 | 335 | 147 | 111 | 0 | 65 | 15 | 210 | 106 | 67 |
| Binary | 111011 | 11011101 | 1100111 | 1001001 | 0 | 110101 | 1101 | 10001000 | 1000110 | 110111 |
Color Harmonies of #3BDD67
Complementary color
Monochromatic Colors of #3BDD67
Black with #3BDD67
Text Example
Text Example
White with #3BDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD67; }
p { color: rgb(59,221,103); }
H1.HeaderClassName
{
color: #3BDD67;
}
.AnyTagClassName
{
color: #3BDD67;
}
</style>
background-color css
<style>
a { background-color: #3BDD67; }
a { background-color: rgb(59,221,103); }
div.DivClassName
{
background-color: #3BDD67;
}
.BgClassName
{
background-color: #3BDD67;
}
</style>
border-color css
<style>
span { border-color: #3BDD67; }
span { border-color: rgb(59,221,103); }
td.TdClassName
{
border-color: #3BDD67;
}
.TagClassName
{
border-color: #3BDD67;
}
</style>