Shades of Emerald #3DCD69
Tints of Emerald #3DCD69
RGB
CMYK
RGB Variations
Color information
#3DCD69 (or 0x3DCD69) is known color: Emerald. HEX triplet: 3D, CD and 69. RGB value is (61,205,105). Sum of RGB (Red+Green+Blue) = 61+205+105=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD69 is #C23296. Grayscale: #969696. Windows color (decimal): -12726935 or 6933821. OLE color: 6933821.
HSL color Cylindrical-coordinate representation of color #3DCD69: hue angle of 138.33º degrees, saturation: 0.59, 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 #3DCD69 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 105 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.20 |
| HSL | 138.33º | 0.59% | 0.52% | - |
| HSV(B) | 138.33º | 0.7% | 0.8% | - |
| XYZ | 26.31 | 45.67 | 20.79 | - |
| YUV | 150.54 | 102.29 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 105 | 0.70 | 0 | 0.49 | 0.20 | 138.33 | 0.59 | 0.52 |
| Hex | 3D | CD | 69 | 46 | 0 | 31 | 14 | 8A | 3B | 34 |
| Octal | 75 | 315 | 151 | 106 | 0 | 61 | 24 | 212 | 73 | 64 |
| Binary | 111101 | 11001101 | 1101001 | 1000110 | 0 | 110001 | 10100 | 10001010 | 111011 | 110100 |
Color Harmonies of #3DCD69
Complementary color
Monochromatic Colors of #3DCD69
Black with #3DCD69
Text Example
Text Example
White with #3DCD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD69; }
p { color: rgb(61,205,105); }
H1.HeaderClassName
{
color: #3DCD69;
}
.AnyTagClassName
{
color: #3DCD69;
}
</style>
background-color css
<style>
a { background-color: #3DCD69; }
a { background-color: rgb(61,205,105); }
div.DivClassName
{
background-color: #3DCD69;
}
.BgClassName
{
background-color: #3DCD69;
}
</style>
border-color css
<style>
span { border-color: #3DCD69; }
span { border-color: rgb(61,205,105); }
td.TdClassName
{
border-color: #3DCD69;
}
.TagClassName
{
border-color: #3DCD69;
}
</style>