#3CD384

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

Shades of Emerald #3CD384

Tints of Emerald #3CD384

Color information

#3CD384 (or 0x3CD384) is unknown color: approx Emerald. HEX triplet: 3C, D3 and 84. RGB value is (60,211,132). Sum of RGB (Red+Green+Blue) = 60+211+132=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD384 is #C32C7B. Grayscale: #9D9D9D. Windows color (decimal): -12790908 or 8704828. OLE color: 8704828.

HSL color Cylindrical-coordinate representation of color #3CD384: hue angle of 148.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD384 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB60211132-
CMYK0.7200.370.17
HSL148.61º63.18%53.14%-
HSV(B)148.61º71.56%82.75%-
XYZ29.3249.2229.78-
YUV156.84113.9758.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.89%
GREEN value IS 211 (82.81% from 255) = 52.36%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=14.89%
G=52.36%
B=32.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal602111320.7200.370.17148.6163.1853.14
Hex3CD3844802511953f35
Octal74323204110045212257765
Binary1111001101001110000100100100001001011000110010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,211,132); }

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

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

 a { background-color: rgb(60,211,132); }

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

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

 span { border-color: rgb(60,211,132); }

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