#3CD270

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

Shades of Emerald #3CD270

Tints of Emerald #3CD270

Color information

#3CD270 (or 0x3CD270) is unknown color: approx Emerald. HEX triplet: 3C, D2 and 70. RGB value is (60,210,112). Sum of RGB (Red+Green+Blue) = 60+210+112=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD270 is #C32D8F. Grayscale: #9A9A9A. Windows color (decimal): -12791184 or 7393852. OLE color: 7393852.

HSL color Cylindrical-coordinate representation of color #3CD270: hue angle of 140.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD270 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB60210112-
CMYK0.7100.470.18
HSL140.8º62.5%52.94%-
HSV(B)140.8º71.43%82.35%-
XYZ27.8348.2223.17-
YUV153.98104.360.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.71%
GREEN value IS 210 (82.42% from 255) = 54.97%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=15.71%
G=54.97%
B=29.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal602101120.7100.470.18140.862.552.94
Hex3CD2704702F128d3e35
Octal74322160107057222157665
Binary111100110100101110000100011101011111001010001101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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