Shades of Emerald #3DE770
Tints of Emerald #3DE770
RGB
CMYK
RGB Variations
Color information
#3DE770 (or 0x3DE770) is known color: Emerald. HEX triplet: 3D, E7 and 70. RGB value is (61,231,112). Sum of RGB (Red+Green+Blue) = 61+231+112=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 231 (90.62% from 255 or 57.18% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DE770 is #C2188F. Grayscale: #A6A6A6. Windows color (decimal): -12720272 or 7399229. OLE color: 7399229.
HSL color Cylindrical-coordinate representation of color #3DE770: hue angle of 138º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE770 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 231 | 112 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.09 |
| HSL | 138º | 0.78% | 0.57% | - |
| HSV(B) | 138º | 0.74% | 0.91% | - |
| XYZ | 33.43 | 59.31 | 25.02 | - |
| YUV | 166.6 | 97.18 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 231 | 112 | 0.74 | 0 | 0.52 | 0.09 | 138 | 0.78 | 0.57 |
| Hex | 3D | E7 | 70 | 4A | 0 | 34 | 9 | 8A | 4E | 39 |
| Octal | 75 | 347 | 160 | 112 | 0 | 64 | 11 | 212 | 116 | 71 |
| Binary | 111101 | 11100111 | 1110000 | 1001010 | 0 | 110100 | 1001 | 10001010 | 1001110 | 111001 |
Color Harmonies of #3DE770
Complementary color
Monochromatic Colors of #3DE770
Black with #3DE770
Text Example
Text Example
White with #3DE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE770; }
p { color: rgb(61,231,112); }
H1.HeaderClassName
{
color: #3DE770;
}
.AnyTagClassName
{
color: #3DE770;
}
</style>
background-color css
<style>
a { background-color: #3DE770; }
a { background-color: rgb(61,231,112); }
div.DivClassName
{
background-color: #3DE770;
}
.BgClassName
{
background-color: #3DE770;
}
</style>
border-color css
<style>
span { border-color: #3DE770; }
span { border-color: rgb(61,231,112); }
td.TdClassName
{
border-color: #3DE770;
}
.TagClassName
{
border-color: #3DE770;
}
</style>