Shades of Emerald #3DCA64
Tints of Emerald #3DCA64
RGB
CMYK
RGB Variations
Color information
#3DCA64 (or 0x3DCA64) is known color: Emerald. HEX triplet: 3D, CA and 64. RGB value is (61,202,100). Sum of RGB (Red+Green+Blue) = 61+202+100=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCA64 is #C2359B. Grayscale: #949494. Windows color (decimal): -12727708 or 6605373. OLE color: 6605373.
HSL color Cylindrical-coordinate representation of color #3DCA64: hue angle of 136.6º 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 #3DCA64 is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 100 | - |
| CMYK | 0.70 | 0 | 0.50 | 0.21 |
| HSL | 136.6º | 0.57% | 0.52% | - |
| HSV(B) | 136.6º | 0.7% | 0.79% | - |
| XYZ | 25.35 | 44.15 | 19.24 | - |
| YUV | 148.21 | 100.79 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 100 | 0.70 | 0 | 0.50 | 0.21 | 136.6 | 0.57 | 0.52 |
| Hex | 3D | CA | 64 | 46 | 0 | 32 | 15 | 89 | 39 | 34 |
| Octal | 75 | 312 | 144 | 106 | 0 | 62 | 25 | 211 | 71 | 64 |
| Binary | 111101 | 11001010 | 1100100 | 1000110 | 0 | 110010 | 10101 | 10001001 | 111001 | 110100 |
Color Harmonies of #3DCA64
Complementary color
Monochromatic Colors of #3DCA64
Black with #3DCA64
Text Example
Text Example
White with #3DCA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCA64; }
p { color: rgb(61,202,100); }
H1.HeaderClassName
{
color: #3DCA64;
}
.AnyTagClassName
{
color: #3DCA64;
}
</style>
background-color css
<style>
a { background-color: #3DCA64; }
a { background-color: rgb(61,202,100); }
div.DivClassName
{
background-color: #3DCA64;
}
.BgClassName
{
background-color: #3DCA64;
}
</style>
border-color css
<style>
span { border-color: #3DCA64; }
span { border-color: rgb(61,202,100); }
td.TdClassName
{
border-color: #3DCA64;
}
.TagClassName
{
border-color: #3DCA64;
}
</style>