Shades of Emerald #3BED65
Tints of Emerald #3BED65
RGB
CMYK
RGB Variations
Color information
#3BED65 (or 0x3BED65) is known color: Emerald. HEX triplet: 3B, ED and 65. RGB value is (59,237,101). Sum of RGB (Red+Green+Blue) = 59+237+101=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 237 (92.97% from 255 or 59.70% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 237 - color contains mainly: green. Hex color #3BED65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BED65 is #C4129A. Grayscale: #A8A8A8. Windows color (decimal): -12849819 or 6679867. OLE color: 6679867.
HSL color Cylindrical-coordinate representation of color #3BED65: hue angle of 134.16º degrees, saturation: 0.83, 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 #3BED65 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 237 | 101 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.07 |
| HSL | 134.16º | 0.83% | 0.58% | - |
| HSV(B) | 134.16º | 0.75% | 0.93% | - |
| XYZ | 34.44 | 62.44 | 22.55 | - |
| YUV | 168.27 | 90.03 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 237 | 101 | 0.75 | 0 | 0.57 | 0.07 | 134.16 | 0.83 | 0.58 |
| Hex | 3B | ED | 65 | 4B | 0 | 39 | 7 | 86 | 53 | 3A |
| Octal | 73 | 355 | 145 | 113 | 0 | 71 | 7 | 206 | 123 | 72 |
| Binary | 111011 | 11101101 | 1100101 | 1001011 | 0 | 111001 | 111 | 10000110 | 1010011 | 111010 |
Color Harmonies of #3BED65
Complementary color
Monochromatic Colors of #3BED65
Black with #3BED65
Text Example
Text Example
White with #3BED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BED65; }
p { color: rgb(59,237,101); }
H1.HeaderClassName
{
color: #3BED65;
}
.AnyTagClassName
{
color: #3BED65;
}
</style>
background-color css
<style>
a { background-color: #3BED65; }
a { background-color: rgb(59,237,101); }
div.DivClassName
{
background-color: #3BED65;
}
.BgClassName
{
background-color: #3BED65;
}
</style>
border-color css
<style>
span { border-color: #3BED65; }
span { border-color: rgb(59,237,101); }
td.TdClassName
{
border-color: #3BED65;
}
.TagClassName
{
border-color: #3BED65;
}
</style>