#42df7c

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

Shades of Emerald #42DF7C

Tints of Emerald #42DF7C

Color information

#42DF7C (or 0x42DF7C) is unknown color: approx Emerald. HEX triplet: 42, DF and 7C. RGB value is (66,223,124). Sum of RGB (Red+Green+Blue) = 66+223+124=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DF7C is #BD2083. Grayscale: #A5A5A5. Windows color (decimal): -12394628 or 8183618. OLE color: 8183618.

HSL color Cylindrical-coordinate representation of color #42DF7C: hue angle of 142.17º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DF7C is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB66223124-
CMYK0.7000.440.13
HSL142.17º71.04%56.67%-
HSV(B)142.17º70.4%87.45%-
XYZ32.2755.3928.06-
YUV164.77104.9957.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.98%
GREEN value IS 223 (87.5% from 255) = 54.00%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=15.98%
G=54.00%
B=30.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662231240.7000.440.13142.1771.0456.67
Hex42DF7C4602CD8e4739
Octal1023371741060541521610771
Binary1000010110111111111100100011001011001101100011101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42df7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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