Shades of Emerald #3DCF5D
Tints of Emerald #3DCF5D
RGB
CMYK
RGB Variations
Color information
#3DCF5D (or 0x3DCF5D) is known color: Emerald. HEX triplet: 3D, CF and 5D. RGB value is (61,207,93). Sum of RGB (Red+Green+Blue) = 61+207+93=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF5D is #C230A2. Grayscale: #969696. Windows color (decimal): -12726435 or 6147901. OLE color: 6147901.
HSL color Cylindrical-coordinate representation of color #3DCF5D: hue angle of 133.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCF5D is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 93 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.19 |
| HSL | 133.15º | 0.6% | 0.53% | - |
| HSV(B) | 133.15º | 0.71% | 0.81% | - |
| XYZ | 26.21 | 46.41 | 17.93 | - |
| YUV | 150.35 | 95.63 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 93 | 0.71 | 0 | 0.55 | 0.19 | 133.15 | 0.6 | 0.53 |
| Hex | 3D | CF | 5D | 47 | 0 | 37 | 13 | 85 | 3C | 35 |
| Octal | 75 | 317 | 135 | 107 | 0 | 67 | 23 | 205 | 74 | 65 |
| Binary | 111101 | 11001111 | 1011101 | 1000111 | 0 | 110111 | 10011 | 10000101 | 111100 | 110101 |
Color Harmonies of #3DCF5D
Complementary color
Monochromatic Colors of #3DCF5D
Black with #3DCF5D
Text Example
Text Example
White with #3DCF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF5D; }
p { color: rgb(61,207,93); }
H1.HeaderClassName
{
color: #3DCF5D;
}
.AnyTagClassName
{
color: #3DCF5D;
}
</style>
background-color css
<style>
a { background-color: #3DCF5D; }
a { background-color: rgb(61,207,93); }
div.DivClassName
{
background-color: #3DCF5D;
}
.BgClassName
{
background-color: #3DCF5D;
}
</style>
border-color css
<style>
span { border-color: #3DCF5D; }
span { border-color: rgb(61,207,93); }
td.TdClassName
{
border-color: #3DCF5D;
}
.TagClassName
{
border-color: #3DCF5D;
}
</style>