Shades of Emerald #3BEC64
Tints of Emerald #3BEC64
RGB
CMYK
RGB Variations
Color information
#3BEC64 (or 0x3BEC64) is known color: Emerald. HEX triplet: 3B, EC and 64. RGB value is (59,236,100). Sum of RGB (Red+Green+Blue) = 59+236+100=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 236 (92.58% from 255 or 59.75% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BEC64 is #C4139B. Grayscale: #A7A7A7. Windows color (decimal): -12850076 or 6614075. OLE color: 6614075.
HSL color Cylindrical-coordinate representation of color #3BEC64: hue angle of 133.9º 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 #3BEC64 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 100 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.07 |
| HSL | 133.9º | 0.82% | 0.58% | - |
| HSV(B) | 133.9º | 0.75% | 0.93% | - |
| XYZ | 34.1 | 61.84 | 22.2 | - |
| YUV | 167.57 | 89.86 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 100 | 0.75 | 0 | 0.58 | 0.07 | 133.9 | 0.82 | 0.58 |
| Hex | 3B | EC | 64 | 4B | 0 | 3A | 7 | 86 | 52 | 3A |
| Octal | 73 | 354 | 144 | 113 | 0 | 72 | 7 | 206 | 122 | 72 |
| Binary | 111011 | 11101100 | 1100100 | 1001011 | 0 | 111010 | 111 | 10000110 | 1010010 | 111010 |
Color Harmonies of #3BEC64
Complementary color
Monochromatic Colors of #3BEC64
Black with #3BEC64
Text Example
Text Example
White with #3BEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC64; }
p { color: rgb(59,236,100); }
H1.HeaderClassName
{
color: #3BEC64;
}
.AnyTagClassName
{
color: #3BEC64;
}
</style>
background-color css
<style>
a { background-color: #3BEC64; }
a { background-color: rgb(59,236,100); }
div.DivClassName
{
background-color: #3BEC64;
}
.BgClassName
{
background-color: #3BEC64;
}
</style>
border-color css
<style>
span { border-color: #3BEC64; }
span { border-color: rgb(59,236,100); }
td.TdClassName
{
border-color: #3BEC64;
}
.TagClassName
{
border-color: #3BEC64;
}
</style>