#42D573

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

Shades of Emerald #42D573

Tints of Emerald #42D573

Color information

#42D573 (or 0x42D573) is unknown color: approx Emerald. HEX triplet: 42, D5 and 73. RGB value is (66,213,115). Sum of RGB (Red+Green+Blue) = 66+213+115=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #42D573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D573 is #BD2A8C. Grayscale: #9E9E9E. Windows color (decimal): -12397197 or 7591234. OLE color: 7591234.

HSL color Cylindrical-coordinate representation of color #42D573: hue angle of 140º 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 #42D573 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB66213115-
CMYK0.6900.460.16
HSL140º63.64%54.71%-
HSV(B)140º69.01%83.53%-
XYZ29.1449.9824.33-
YUV157.88103.862.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.75%
GREEN value IS 213 (83.59% from 255) = 54.06%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=16.75%
G=54.06%
B=29.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662131150.6900.460.1614063.6454.71
Hex42D5734502E108c4037
Octal1023251631050562021410067
Binary10000101101010111100111000101010111010000100011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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