#42C46D

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

Shades of Emerald #42C46D

Tints of Emerald #42C46D

Color information

#42C46D (or 0x42C46D) is unknown color: approx Emerald. HEX triplet: 42, C4 and 6D. RGB value is (66,196,109). Sum of RGB (Red+Green+Blue) = 66+196+109=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #42C46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C46D is #BD3B92. Grayscale: #939393. Windows color (decimal): -12401555 or 7193666. OLE color: 7193666.

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

Color convert

RGB66196109-
CMYK0.6600.440.23
HSL139.85º52.42%51.37%-
HSV(B)139.85º66.33%76.86%-
XYZ24.7541.7421.22-
YUV147.21106.4370.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 196 (76.95% from 255) = 52.83%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=17.79%
G=52.83%
B=29.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661961090.6600.440.23139.8552.4251.37
Hex42C46D4202C178c3433
Octal102304155102054272146463
Binary1000010110001001101101100001001011001011110001100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,196,109); }

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

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

 a { background-color: rgb(66,196,109); }

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

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

 span { border-color: rgb(66,196,109); }

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