#3DD06D

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

Shades of Emerald #3DD06D

Tints of Emerald #3DD06D

Color information

#3DD06D (or 0x3DD06D) is unknown color: approx Emerald. HEX triplet: 3D, D0 and 6D. RGB value is (61,208,109). Sum of RGB (Red+Green+Blue) = 61+208+109=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD06D is #C22F92. Grayscale: #999999. Windows color (decimal): -12726163 or 7196733. OLE color: 7196733.

HSL color Cylindrical-coordinate representation of color #3DD06D: hue angle of 139.59º degrees, saturation: 0.61, 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 #3DD06D is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB61208109-
CMYK0.7100.480.18
HSL139.59º61%52.75%-
HSV(B)139.59º70.67%81.57%-
XYZ27.2447.2122.14-
YUV152.76103.362.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.14%
GREEN value IS 208 (81.64% from 255) = 55.03%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=16.14%
G=55.03%
B=28.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612081090.7100.480.18139.596152.75
Hex3DD06D47030128c3d35
Octal75320155107060222147565
Binary111101110100001101101100011101100001001010001100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,208,109); }

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

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

 a { background-color: rgb(61,208,109); }

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

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

 span { border-color: rgb(61,208,109); }

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