#42C379

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

Shades of Emerald #42C379

Tints of Emerald #42C379

Color information

#42C379 (or 0x42C379) is unknown color: approx Emerald. HEX triplet: 42, C3 and 79. RGB value is (66,195,121). Sum of RGB (Red+Green+Blue) = 66+195+121=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #42C379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C379 is #BD3C86. Grayscale: #949494. Windows color (decimal): -12401799 or 7979842. OLE color: 7979842.

HSL color Cylindrical-coordinate representation of color #42C379: hue angle of 145.58º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C379 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB66195121-
CMYK0.6600.380.24
HSL145.58º51.81%51.18%-
HSV(B)145.58º66.15%76.47%-
XYZ25.2141.5724.78-
YUV147.99112.7669.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 195 (76.56% from 255) = 51.05%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=17.28%
G=51.05%
B=31.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661951210.6600.380.24145.5851.8151.18
Hex42C3794202618923433
Octal102303171102046302226463
Binary1000010110000111111001100001001001101100010010010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,195,121); }

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

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

 a { background-color: rgb(66,195,121); }

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

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

 span { border-color: rgb(66,195,121); }

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