#3CDE70

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

Shades of Emerald #3CDE70

Tints of Emerald #3CDE70

Color information

#3CDE70 (or 0x3CDE70) is unknown color: approx Emerald. HEX triplet: 3C, DE and 70. RGB value is (60,222,112). Sum of RGB (Red+Green+Blue) = 60+222+112=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDE70 is #C3218F. Grayscale: #A1A1A1. Windows color (decimal): -12788112 or 7396924. OLE color: 7396924.

HSL color Cylindrical-coordinate representation of color #3CDE70: hue angle of 139.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDE70 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB60222112-
CMYK0.7300.500.13
HSL139.26º71.05%55.29%-
HSV(B)139.26º72.97%87.06%-
XYZ30.9154.3724.2-
YUV161.02100.3355.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.23%
GREEN value IS 222 (87.11% from 255) = 56.35%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=15.23%
G=56.35%
B=28.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal602221120.7300.500.13139.2671.0555.29
Hex3CDE7049032D8b4737
Octal743361601110621521310767
Binary111100110111101110000100100101100101101100010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,222,112); }

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

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

 a { background-color: rgb(60,222,112); }

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

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

 span { border-color: rgb(60,222,112); }

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