#3CDC7F

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

Shades of Emerald #3CDC7F

Tints of Emerald #3CDC7F

Color information

#3CDC7F (or 0x3CDC7F) is unknown color: approx Emerald. HEX triplet: 3C, DC and 7F. RGB value is (60,220,127). Sum of RGB (Red+Green+Blue) = 60+220+127=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC7F is #C32380. Grayscale: #A1A1A1. Windows color (decimal): -12788609 or 8379452. OLE color: 8379452.

HSL color Cylindrical-coordinate representation of color #3CDC7F: hue angle of 145.12º 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 #3CDC7F is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB60220127-
CMYK0.7300.420.14
HSL145.12º69.57%54.9%-
HSV(B)145.12º72.73%86.27%-
XYZ31.2953.6828.79-
YUV161.56108.4955.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.74%
GREEN value IS 220 (86.33% from 255) = 54.05%
BLUE value IS 127 (50% from 255) = 31.20%
R=14.74%
G=54.05%
B=31.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal602201270.7300.420.14145.1269.5754.9
Hex3CDC7F4902AE914637
Octal743341771110521622110667
Binary111100110111001111111100100101010101110100100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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