#42D57A

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

Shades of Emerald #42D57A

Tints of Emerald #42D57A

Color information

#42D57A (or 0x42D57A) is unknown color: approx Emerald. HEX triplet: 42, D5 and 7A. RGB value is (66,213,122). Sum of RGB (Red+Green+Blue) = 66+213+122=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #42D57A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D57A is #BD2A85. Grayscale: #9E9E9E. Windows color (decimal): -12397190 or 8049986. OLE color: 8049986.

HSL color Cylindrical-coordinate representation of color #42D57A: hue angle of 142.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D57A is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB66213122-
CMYK0.6900.430.16
HSL142.86º63.64%54.71%-
HSV(B)142.86º69.01%83.53%-
XYZ29.5550.1526.53-
YUV158.67107.361.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.46%
GREEN value IS 213 (83.59% from 255) = 53.12%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=16.46%
G=53.12%
B=30.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662131220.6900.430.16142.8663.6454.71
Hex42D57A4502B108f4037
Octal1023251721050532021710067
Binary10000101101010111110101000101010101110000100011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,213,122); }

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

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

 a { background-color: rgb(66,213,122); }

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

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

 span { border-color: rgb(66,213,122); }

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