#3CDC7A

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

Shades of Emerald #3CDC7A

Tints of Emerald #3CDC7A

Color information

#3CDC7A (or 0x3CDC7A) is unknown color: approx Emerald. HEX triplet: 3C, DC and 7A. RGB value is (60,220,122). Sum of RGB (Red+Green+Blue) = 60+220+122=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC7A is #C32385. Grayscale: #A1A1A1. Windows color (decimal): -12788614 or 8051772. OLE color: 8051772.

HSL color Cylindrical-coordinate representation of color #3CDC7A: hue angle of 143.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC7A is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB60220122-
CMYK0.7300.450.14
HSL143.25º69.57%54.9%-
HSV(B)143.25º72.73%86.27%-
XYZ30.9753.5527.12-
YUV160.99105.9955.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.93%
GREEN value IS 220 (86.33% from 255) = 54.73%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=14.93%
G=54.73%
B=30.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal602201220.7300.450.14143.2569.5754.9
Hex3CDC7A4902DE8f4637
Octal743341721110551621710667
Binary111100110111001111010100100101011011110100011111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,220,122); }

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

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

 a { background-color: rgb(60,220,122); }

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

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

 span { border-color: rgb(60,220,122); }

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