#42E57C

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

Shades of Emerald #42E57C

Tints of Emerald #42E57C

Color information

#42E57C (or 0x42E57C) is unknown color: approx Emerald. HEX triplet: 42, E5 and 7C. RGB value is (66,229,124). Sum of RGB (Red+Green+Blue) = 66+229+124=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #42E57C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E57C is #BD1A83. Grayscale: #A8A8A8. Windows color (decimal): -12393092 or 8185154. OLE color: 8185154.

HSL color Cylindrical-coordinate representation of color #42E57C: hue angle of 141.35º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E57C is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB66229124-
CMYK0.7100.460.10
HSL141.35º75.81%57.84%-
HSV(B)141.35º71.18%89.8%-
XYZ33.958.6528.6-
YUV168.2910355.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.75%
GREEN value IS 229 (89.84% from 255) = 54.65%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=15.75%
G=54.65%
B=29.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal662291240.7100.460.10141.3575.8157.84
Hex42E57C4702EA8d4c3a
Octal1023451741070561221511472
Binary1000010111001011111100100011101011101010100011011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,229,124); }

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

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

 a { background-color: rgb(66,229,124); }

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

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

 span { border-color: rgb(66,229,124); }

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