#42C678

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

Shades of Emerald #42C678

Tints of Emerald #42C678

Color information

#42C678 (or 0x42C678) is unknown color: approx Emerald. HEX triplet: 42, C6 and 78. RGB value is (66,198,120). Sum of RGB (Red+Green+Blue) = 66+198+120=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #42C678 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C678 is #BD3987. Grayscale: #959595. Windows color (decimal): -12401032 or 7915074. OLE color: 7915074.

HSL color Cylindrical-coordinate representation of color #42C678: hue angle of 144.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C678 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB66198120-
CMYK0.6700.390.22
HSL144.55º53.66%51.76%-
HSV(B)144.55º66.67%77.65%-
XYZ25.8342.924.69-
YUV149.64111.2768.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.19%
GREEN value IS 198 (77.73% from 255) = 51.56%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=17.19%
G=51.56%
B=31.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661981200.6700.390.22144.5553.6651.76
Hex42C6784302716913634
Octal102306170103047262216664
Binary1000010110001101111000100001101001111011010010001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42C678; }

 p { color: rgb(66,198,120); }

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

<style>
 a { background-color: #42C678; }

 a { background-color: rgb(66,198,120); }

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

<style>
 span { border-color: #42C678; }

 span { border-color: rgb(66,198,120); }

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