Shades of Emerald #3BEC68
Tints of Emerald #3BEC68
RGB
CMYK
RGB Variations
Color information
#3BEC68 (or 0x3BEC68) is known color: Emerald. HEX triplet: 3B, EC and 68. RGB value is (59,236,104). Sum of RGB (Red+Green+Blue) = 59+236+104=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 236 (92.58% from 255 or 59.15% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BEC68 is #C41397. Grayscale: #A8A8A8. Windows color (decimal): -12850072 or 6876219. OLE color: 6876219.
HSL color Cylindrical-coordinate representation of color #3BEC68: hue angle of 135.25º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEC68 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 104 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.07 |
| HSL | 135.25º | 0.82% | 0.58% | - |
| HSV(B) | 135.25º | 0.75% | 0.93% | - |
| XYZ | 34.3 | 61.92 | 23.24 | - |
| YUV | 168.03 | 91.86 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 104 | 0.75 | 0 | 0.56 | 0.07 | 135.25 | 0.82 | 0.58 |
| Hex | 3B | EC | 68 | 4B | 0 | 38 | 7 | 87 | 52 | 3A |
| Octal | 73 | 354 | 150 | 113 | 0 | 70 | 7 | 207 | 122 | 72 |
| Binary | 111011 | 11101100 | 1101000 | 1001011 | 0 | 111000 | 111 | 10000111 | 1010010 | 111010 |
Color Harmonies of #3BEC68
Complementary color
Monochromatic Colors of #3BEC68
Black with #3BEC68
Text Example
Text Example
White with #3BEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC68; }
p { color: rgb(59,236,104); }
H1.HeaderClassName
{
color: #3BEC68;
}
.AnyTagClassName
{
color: #3BEC68;
}
</style>
background-color css
<style>
a { background-color: #3BEC68; }
a { background-color: rgb(59,236,104); }
div.DivClassName
{
background-color: #3BEC68;
}
.BgClassName
{
background-color: #3BEC68;
}
</style>
border-color css
<style>
span { border-color: #3BEC68; }
span { border-color: rgb(59,236,104); }
td.TdClassName
{
border-color: #3BEC68;
}
.TagClassName
{
border-color: #3BEC68;
}
</style>