Shades of Emerald #3DCA74
Tints of Emerald #3DCA74
RGB
CMYK
RGB Variations
Color information
#3DCA74 (or 0x3DCA74) is known color: Emerald. HEX triplet: 3D, CA and 74. RGB value is (61,202,116). Sum of RGB (Red+Green+Blue) = 61+202+116=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCA74 is #C2358B. Grayscale: #969696. Windows color (decimal): -12727692 or 7653949. OLE color: 7653949.
HSL color Cylindrical-coordinate representation of color #3DCA74: hue angle of 143.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCA74 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 116 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.21 |
| HSL | 143.4º | 0.57% | 0.52% | - |
| HSV(B) | 143.4º | 0.7% | 0.79% | - |
| XYZ | 26.2 | 44.49 | 23.73 | - |
| YUV | 150.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 116 | 0.70 | 0 | 0.43 | 0.21 | 143.4 | 0.57 | 0.52 |
| Hex | 3D | CA | 74 | 46 | 0 | 2B | 15 | 8F | 39 | 34 |
| Octal | 75 | 312 | 164 | 106 | 0 | 53 | 25 | 217 | 71 | 64 |
| Binary | 111101 | 11001010 | 1110100 | 1000110 | 0 | 101011 | 10101 | 10001111 | 111001 | 110100 |
Color Harmonies of #3DCA74
Complementary color
Monochromatic Colors of #3DCA74
Black with #3DCA74
Text Example
Text Example
White with #3DCA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCA74; }
p { color: rgb(61,202,116); }
H1.HeaderClassName
{
color: #3DCA74;
}
.AnyTagClassName
{
color: #3DCA74;
}
</style>
background-color css
<style>
a { background-color: #3DCA74; }
a { background-color: rgb(61,202,116); }
div.DivClassName
{
background-color: #3DCA74;
}
.BgClassName
{
background-color: #3DCA74;
}
</style>
border-color css
<style>
span { border-color: #3DCA74; }
span { border-color: rgb(61,202,116); }
td.TdClassName
{
border-color: #3DCA74;
}
.TagClassName
{
border-color: #3DCA74;
}
</style>