#3DCA6F

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

Shades of Emerald #3DCA6F

Tints of Emerald #3DCA6F

Color information

#3DCA6F (or 0x3DCA6F) is unknown color: approx Emerald. HEX triplet: 3D, CA and 6F. RGB value is (61,202,111). Sum of RGB (Red+Green+Blue) = 61+202+111=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCA6F is #C23590. Grayscale: #959595. Windows color (decimal): -12727697 or 7326269. OLE color: 7326269.

HSL color Cylindrical-coordinate representation of color #3DCA6F: hue angle of 141.28º 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 #3DCA6F is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB61202111-
CMYK0.7000.450.21
HSL141.28º57.09%51.57%-
HSV(B)141.28º69.8%79.22%-
XYZ25.9144.3822.24-
YUV149.47106.2964.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 202 (79.30% from 255) = 54.01%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=16.31%
G=54.01%
B=29.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612021110.7000.450.21141.2857.0951.57
Hex3DCA6F4602D158d3934
Octal75312157106055252157164
Binary111101110010101101111100011001011011010110001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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