#3CD078

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

Shades of Emerald #3CD078

Tints of Emerald #3CD078

Color information

#3CD078 (or 0x3CD078) is unknown color: approx Emerald. HEX triplet: 3C, D0 and 78. RGB value is (60,208,120). Sum of RGB (Red+Green+Blue) = 60+208+120=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #3CD078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD078 is #C32F87. Grayscale: #999999. Windows color (decimal): -12791688 or 7917628. OLE color: 7917628.

HSL color Cylindrical-coordinate representation of color #3CD078: hue angle of 144.32º degrees, saturation: 0.61, 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 #3CD078 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB60208120-
CMYK0.7100.420.18
HSL144.32º61.16%52.55%-
HSV(B)144.32º71.15%81.57%-
XYZ27.8147.4325.46-
YUV153.72108.9761.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.46%
GREEN value IS 208 (81.64% from 255) = 53.61%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=15.46%
G=53.61%
B=30.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal602081200.7100.420.18144.3261.1652.55
Hex3CD0784702A12903d35
Octal74320170107052222207565
Binary111100110100001111000100011101010101001010010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,208,120); }

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

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

 a { background-color: rgb(60,208,120); }

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

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

 span { border-color: rgb(60,208,120); }

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