Shades of Emerald #3BCD66
Tints of Emerald #3BCD66
RGB
CMYK
RGB Variations
Color information
#3BCD66 (or 0x3BCD66) is known color: Emerald. HEX triplet: 3B, CD and 66. RGB value is (59,205,102). Sum of RGB (Red+Green+Blue) = 59+205+102=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCD66 is #C43299. Grayscale: #959595. Windows color (decimal): -12858010 or 6737211. OLE color: 6737211.
HSL color Cylindrical-coordinate representation of color #3BCD66: hue angle of 137.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD66 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 102 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.20 |
| HSL | 137.67º | 0.59% | 0.52% | - |
| HSV(B) | 137.67º | 0.71% | 0.8% | - |
| XYZ | 26.03 | 45.55 | 19.99 | - |
| YUV | 149.6 | 101.13 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 102 | 0.71 | 0 | 0.50 | 0.20 | 137.67 | 0.59 | 0.52 |
| Hex | 3B | CD | 66 | 47 | 0 | 32 | 14 | 8A | 3B | 34 |
| Octal | 73 | 315 | 146 | 107 | 0 | 62 | 24 | 212 | 73 | 64 |
| Binary | 111011 | 11001101 | 1100110 | 1000111 | 0 | 110010 | 10100 | 10001010 | 111011 | 110100 |
Color Harmonies of #3BCD66
Complementary color
Monochromatic Colors of #3BCD66
Black with #3BCD66
Text Example
Text Example
White with #3BCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD66; }
p { color: rgb(59,205,102); }
H1.HeaderClassName
{
color: #3BCD66;
}
.AnyTagClassName
{
color: #3BCD66;
}
</style>
background-color css
<style>
a { background-color: #3BCD66; }
a { background-color: rgb(59,205,102); }
div.DivClassName
{
background-color: #3BCD66;
}
.BgClassName
{
background-color: #3BCD66;
}
</style>
border-color css
<style>
span { border-color: #3BCD66; }
span { border-color: rgb(59,205,102); }
td.TdClassName
{
border-color: #3BCD66;
}
.TagClassName
{
border-color: #3BCD66;
}
</style>