Shades of Emerald #3DCE5C
Tints of Emerald #3DCE5C
RGB
CMYK
RGB Variations
Color information
#3DCE5C (or 0x3DCE5C) is known color: Emerald. HEX triplet: 3D, CE and 5C. RGB value is (61,206,92). Sum of RGB (Red+Green+Blue) = 61+206+92=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCE5C is #C231A3. Grayscale: #959595. Windows color (decimal): -12726692 or 6082109. OLE color: 6082109.
HSL color Cylindrical-coordinate representation of color #3DCE5C: hue angle of 132.83º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCE5C is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 92 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.19 |
| HSL | 132.83º | 0.6% | 0.52% | - |
| HSV(B) | 132.83º | 0.7% | 0.81% | - |
| XYZ | 25.93 | 45.91 | 17.62 | - |
| YUV | 149.65 | 95.46 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 92 | 0.70 | 0 | 0.55 | 0.19 | 132.83 | 0.6 | 0.52 |
| Hex | 3D | CE | 5C | 46 | 0 | 37 | 13 | 85 | 3C | 34 |
| Octal | 75 | 316 | 134 | 106 | 0 | 67 | 23 | 205 | 74 | 64 |
| Binary | 111101 | 11001110 | 1011100 | 1000110 | 0 | 110111 | 10011 | 10000101 | 111100 | 110100 |
Color Harmonies of #3DCE5C
Complementary color
Monochromatic Colors of #3DCE5C
Black with #3DCE5C
Text Example
Text Example
White with #3DCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE5C; }
p { color: rgb(61,206,92); }
H1.HeaderClassName
{
color: #3DCE5C;
}
.AnyTagClassName
{
color: #3DCE5C;
}
</style>
background-color css
<style>
a { background-color: #3DCE5C; }
a { background-color: rgb(61,206,92); }
div.DivClassName
{
background-color: #3DCE5C;
}
.BgClassName
{
background-color: #3DCE5C;
}
</style>
border-color css
<style>
span { border-color: #3DCE5C; }
span { border-color: rgb(61,206,92); }
td.TdClassName
{
border-color: #3DCE5C;
}
.TagClassName
{
border-color: #3DCE5C;
}
</style>