#42d883

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

Shades of Emerald #42D883

Tints of Emerald #42D883

Color information

#42D883 (or 0x42D883) is unknown color: approx Emerald. HEX triplet: 42, D8 and 83. RGB value is (66,216,131). Sum of RGB (Red+Green+Blue) = 66+216+131=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #42D883 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D883 is #BD277C. Grayscale: #A1A1A1. Windows color (decimal): -12396413 or 8640578. OLE color: 8640578.

HSL color Cylindrical-coordinate representation of color #42D883: hue angle of 146º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D883 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB66216131-
CMYK0.6900.390.15
HSL146º65.79%55.29%-
HSV(B)146º69.44%84.71%-
XYZ30.951.9129.86-
YUV161.46110.859.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.98%
GREEN value IS 216 (84.77% from 255) = 52.30%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=15.98%
G=52.30%
B=31.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662161310.6900.390.1514665.7955.29
Hex42D88345027F924237
Octal1023302031050471722210267
Binary10000101101100010000011100010101001111111100100101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42d883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,216,131); }

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

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

 a { background-color: rgb(66,216,131); }

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

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

 span { border-color: rgb(66,216,131); }

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