#3DCA6E

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

Shades of Emerald #3DCA6E

Tints of Emerald #3DCA6E

Color information

#3DCA6E (or 0x3DCA6E) is unknown color: approx Emerald. HEX triplet: 3D, CA and 6E. RGB value is (61,202,110). Sum of RGB (Red+Green+Blue) = 61+202+110=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCA6E is #C23591. Grayscale: #959595. Windows color (decimal): -12727698 or 7260733. OLE color: 7260733.

HSL color Cylindrical-coordinate representation of color #3DCA6E: hue angle of 140.85º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCA6E is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB61202110-
CMYK0.7000.460.21
HSL140.85º57.09%51.57%-
HSV(B)140.85º69.8%79.22%-
XYZ25.8644.3621.95-
YUV149.35105.7964.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.35%
GREEN value IS 202 (79.30% from 255) = 54.16%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=16.35%
G=54.16%
B=29.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612021100.7000.460.21140.8557.0951.57
Hex3DCA6E4602E158d3934
Octal75312156106056252157164
Binary111101110010101101110100011001011101010110001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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