#42D371

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

Shades of Emerald #42D371

Tints of Emerald #42D371

Color information

#42D371 (or 0x42D371) is unknown color: approx Emerald. HEX triplet: 42, D3 and 71. RGB value is (66,211,113). Sum of RGB (Red+Green+Blue) = 66+211+113=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #42D371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D371 is #BD2C8E. Grayscale: #9C9C9C. Windows color (decimal): -12397711 or 7459650. OLE color: 7459650.

HSL color Cylindrical-coordinate representation of color #42D371: hue angle of 139.45º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D371 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB66211113-
CMYK0.6900.460.17
HSL139.45º62.23%54.31%-
HSV(B)139.45º68.72%82.75%-
XYZ28.5248.9423.57-
YUV156.47103.4663.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 211 (82.81% from 255) = 54.10%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=16.92%
G=54.10%
B=28.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal662111130.6900.460.17139.4562.2354.31
Hex42D3714502E118b3e36
Octal102323161105056212137666
Binary1000010110100111110001100010101011101000110001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,211,113); }

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

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

 a { background-color: rgb(66,211,113); }

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

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

 span { border-color: rgb(66,211,113); }

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