#3DCA84

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

Shades of Emerald #3DCA84

Tints of Emerald #3DCA84

Color information

#3DCA84 (or 0x3DCA84) is unknown color: approx Emerald. HEX triplet: 3D, CA and 84. RGB value is (61,202,132). Sum of RGB (Red+Green+Blue) = 61+202+132=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCA84 is #C2357B. Grayscale: #989898. Windows color (decimal): -12727676 or 8702525. OLE color: 8702525.

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

Color convert

RGB61202132-
CMYK0.7000.350.21
HSL150.21º57.09%51.57%-
HSV(B)150.21º69.8%79.22%-
XYZ27.2144.929.06-
YUV151.86116.7963.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.44%
GREEN value IS 202 (79.30% from 255) = 51.14%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=15.44%
G=51.14%
B=33.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612021320.7000.350.21150.2157.0951.57
Hex3DCA844602315963934
Octal75312204106043252267164
Binary1111011100101010000100100011001000111010110010110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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