Shades of Emerald #3DEB63
Tints of Emerald #3DEB63
RGB
CMYK
RGB Variations
Color information
#3DEB63 (or 0x3DEB63) is known color: Emerald. HEX triplet: 3D, EB and 63. RGB value is (61,235,99). Sum of RGB (Red+Green+Blue) = 61+235+99=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 235 (92.19% from 255 or 59.49% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEB63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEB63 is #C2149C. Grayscale: #A7A7A7. Windows color (decimal): -12719261 or 6548285. OLE color: 6548285.
HSL color Cylindrical-coordinate representation of color #3DEB63: hue angle of 133.1º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEB63 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 235 | 99 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.08 |
| HSL | 133.1º | 0.81% | 0.58% | - |
| HSV(B) | 133.1º | 0.74% | 0.92% | - |
| XYZ | 33.88 | 61.31 | 21.85 | - |
| YUV | 167.47 | 89.35 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 235 | 99 | 0.74 | 0 | 0.58 | 0.08 | 133.1 | 0.81 | 0.58 |
| Hex | 3D | EB | 63 | 4A | 0 | 3A | 8 | 85 | 51 | 3A |
| Octal | 75 | 353 | 143 | 112 | 0 | 72 | 10 | 205 | 121 | 72 |
| Binary | 111101 | 11101011 | 1100011 | 1001010 | 0 | 111010 | 1000 | 10000101 | 1010001 | 111010 |
Color Harmonies of #3DEB63
Complementary color
Monochromatic Colors of #3DEB63
Black with #3DEB63
Text Example
Text Example
White with #3DEB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEB63; }
p { color: rgb(61,235,99); }
H1.HeaderClassName
{
color: #3DEB63;
}
.AnyTagClassName
{
color: #3DEB63;
}
</style>
background-color css
<style>
a { background-color: #3DEB63; }
a { background-color: rgb(61,235,99); }
div.DivClassName
{
background-color: #3DEB63;
}
.BgClassName
{
background-color: #3DEB63;
}
</style>
border-color css
<style>
span { border-color: #3DEB63; }
span { border-color: rgb(61,235,99); }
td.TdClassName
{
border-color: #3DEB63;
}
.TagClassName
{
border-color: #3DEB63;
}
</style>