#42D388

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

Shades of Emerald #42D388

Tints of Emerald #42D388

Color information

#42D388 (or 0x42D388) is unknown color: approx Emerald. HEX triplet: 42, D3 and 88. RGB value is (66,211,136). Sum of RGB (Red+Green+Blue) = 66+211+136=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #42D388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D388 is #BD2C77. Grayscale: #9F9F9F. Windows color (decimal): -12397688 or 8966978. OLE color: 8966978.

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

Color convert

RGB66211136-
CMYK0.6900.360.17
HSL148.97º62.23%54.31%-
HSV(B)148.97º68.72%82.75%-
XYZ29.9849.5231.27-
YUV159.1114.9661.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.98%
GREEN value IS 211 (82.81% from 255) = 51.09%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=15.98%
G=51.09%
B=32.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal662111360.6900.360.17148.9762.2354.31
Hex42D3884502411953e36
Octal102323210105044212257666
Binary10000101101001110001000100010101001001000110010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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