#3DD16E

Color #3DD16E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3DD16E

Tints of Emerald #3DD16E

Color information

#3DD16E (or 0x3DD16E) is unknown color: approx Emerald. HEX triplet: 3D, D1 and 6E. RGB value is (61,209,110). Sum of RGB (Red+Green+Blue) = 61+209+110=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD16E is #C22E91. Grayscale: #999999. Windows color (decimal): -12725906 or 7262525. OLE color: 7262525.

HSL color Cylindrical-coordinate representation of color #3DD16E: hue angle of 139.86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD16E is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB61209110-
CMYK0.7100.470.18
HSL139.86º61.67%52.94%-
HSV(B)139.86º70.81%81.96%-
XYZ27.5447.7222.51-
YUV153.46103.4762.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 16.05%
GREEN value IS 209 (82.03% from 255) = 55%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=16.05%
G=55%
B=28.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612091100.7100.470.18139.8661.6752.94
Hex3DD16E4702F128c3e35
Octal75321156107057222147665
Binary111101110100011101110100011101011111001010001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DD16E; }

 p { color: rgb(61,209,110); }

 H1.HeaderClassName
 {
   color: #3DD16E;
 }
 .AnyTagClassName
 {
   color: #3DD16E;
 }
</style>
background-color css

<style>
 a { background-color: #3DD16E; }

 a { background-color: rgb(61,209,110); }

 div.DivClassName
 {
   background-color: #3DD16E;
 }
 .BgClassName
 {
   background-color: #3DD16E;
 }
</style>
border-color css

<style>
 span { border-color: #3DD16E; }

 span { border-color: rgb(61,209,110); }

 td.TdClassName
 {
   border-color: #3DD16E;
 }
 .TagClassName
 {
   border-color: #3DD16E;
 }
</style>