Shades of Emerald #3DCF80
Tints of Emerald #3DCF80
RGB
CMYK
RGB Variations
Color information
#3DCF80 (or 0x3DCF80) is known color: Emerald. HEX triplet: 3D, CF and 80. RGB value is (61,207,128). Sum of RGB (Red+Green+Blue) = 61+207+128=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCF80 is #C2307F. Grayscale: #9A9A9A. Windows color (decimal): -12726400 or 8441661. OLE color: 8441661.
HSL color Cylindrical-coordinate representation of color #3DCF80: hue angle of 147.53º 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 #3DCF80 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 128 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.19 |
| HSL | 147.53º | 0.6% | 0.53% | - |
| HSV(B) | 147.53º | 0.71% | 0.81% | - |
| XYZ | 28.13 | 47.18 | 28.05 | - |
| YUV | 154.34 | 113.13 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 128 | 0.71 | 0 | 0.38 | 0.19 | 147.53 | 0.6 | 0.53 |
| Hex | 3D | CF | 80 | 47 | 0 | 26 | 13 | 94 | 3C | 35 |
| Octal | 75 | 317 | 200 | 107 | 0 | 46 | 23 | 224 | 74 | 65 |
| Binary | 111101 | 11001111 | 10000000 | 1000111 | 0 | 100110 | 10011 | 10010100 | 111100 | 110101 |
Color Harmonies of #3DCF80
Complementary color
Monochromatic Colors of #3DCF80
Black with #3DCF80
Text Example
Text Example
White with #3DCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF80; }
p { color: rgb(61,207,128); }
H1.HeaderClassName
{
color: #3DCF80;
}
.AnyTagClassName
{
color: #3DCF80;
}
</style>
background-color css
<style>
a { background-color: #3DCF80; }
a { background-color: rgb(61,207,128); }
div.DivClassName
{
background-color: #3DCF80;
}
.BgClassName
{
background-color: #3DCF80;
}
</style>
border-color css
<style>
span { border-color: #3DCF80; }
span { border-color: rgb(61,207,128); }
td.TdClassName
{
border-color: #3DCF80;
}
.TagClassName
{
border-color: #3DCF80;
}
</style>