Shades of Emerald #3ED85C
Tints of Emerald #3ED85C
RGB
CMYK
RGB Variations
Color information
#3ED85C (or 0x3ED85C) is known color: Emerald. HEX triplet: 3E, D8 and 5C. RGB value is (62,216,92). Sum of RGB (Red+Green+Blue) = 62+216+92=370 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.76% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED85C is #C127A3. Grayscale: #9C9C9C. Windows color (decimal): -12658596 or 6084670. OLE color: 6084670.
HSL color Cylindrical-coordinate representation of color #3ED85C: hue angle of 131.69º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED85C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 92 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.15 |
| HSL | 131.69º | 0.66% | 0.55% | - |
| HSV(B) | 131.69º | 0.71% | 0.85% | - |
| XYZ | 28.47 | 50.91 | 18.45 | - |
| YUV | 155.82 | 91.98 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 92 | 0.71 | 0 | 0.57 | 0.15 | 131.69 | 0.66 | 0.55 |
| Hex | 3E | D8 | 5C | 47 | 0 | 39 | F | 84 | 42 | 37 |
| Octal | 76 | 330 | 134 | 107 | 0 | 71 | 17 | 204 | 102 | 67 |
| Binary | 111110 | 11011000 | 1011100 | 1000111 | 0 | 111001 | 1111 | 10000100 | 1000010 | 110111 |
Color Harmonies of #3ED85C
Complementary color
Monochromatic Colors of #3ED85C
Black with #3ED85C
Text Example
Text Example
White with #3ED85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED85C; }
p { color: rgb(62,216,92); }
H1.HeaderClassName
{
color: #3ED85C;
}
.AnyTagClassName
{
color: #3ED85C;
}
</style>
background-color css
<style>
a { background-color: #3ED85C; }
a { background-color: rgb(62,216,92); }
div.DivClassName
{
background-color: #3ED85C;
}
.BgClassName
{
background-color: #3ED85C;
}
</style>
border-color css
<style>
span { border-color: #3ED85C; }
span { border-color: rgb(62,216,92); }
td.TdClassName
{
border-color: #3ED85C;
}
.TagClassName
{
border-color: #3ED85C;
}
</style>