Shades of Emerald #3DCC5D
Tints of Emerald #3DCC5D
RGB
CMYK
RGB Variations
Color information
#3DCC5D (or 0x3DCC5D) is known color: Emerald. HEX triplet: 3D, CC and 5D. RGB value is (61,204,93). Sum of RGB (Red+Green+Blue) = 61+204+93=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCC5D is #C233A2. Grayscale: #949494. Windows color (decimal): -12727203 or 6147133. OLE color: 6147133.
HSL color Cylindrical-coordinate representation of color #3DCC5D: hue angle of 133.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC5D is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 93 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.2 |
| HSL | 133.43º | 0.58% | 0.52% | - |
| HSV(B) | 133.43º | 0.7% | 0.8% | - |
| XYZ | 25.49 | 44.97 | 17.69 | - |
| YUV | 148.59 | 96.62 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 93 | 0.70 | 0 | 0.54 | 0.2 | 133.43 | 0.58 | 0.52 |
| Hex | 3D | CC | 5D | 46 | 0 | 36 | 14 | 85 | 3A | 34 |
| Octal | 75 | 314 | 135 | 106 | 0 | 66 | 24 | 205 | 72 | 64 |
| Binary | 111101 | 11001100 | 1011101 | 1000110 | 0 | 110110 | 10100 | 10000101 | 111010 | 110100 |
Color Harmonies of #3DCC5D
Complementary color
Monochromatic Colors of #3DCC5D
Black with #3DCC5D
Text Example
Text Example
White with #3DCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC5D; }
p { color: rgb(61,204,93); }
H1.HeaderClassName
{
color: #3DCC5D;
}
.AnyTagClassName
{
color: #3DCC5D;
}
</style>
background-color css
<style>
a { background-color: #3DCC5D; }
a { background-color: rgb(61,204,93); }
div.DivClassName
{
background-color: #3DCC5D;
}
.BgClassName
{
background-color: #3DCC5D;
}
</style>
border-color css
<style>
span { border-color: #3DCC5D; }
span { border-color: rgb(61,204,93); }
td.TdClassName
{
border-color: #3DCC5D;
}
.TagClassName
{
border-color: #3DCC5D;
}
</style>