#42D181

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

Shades of Emerald #42D181

Tints of Emerald #42D181

Color information

#42D181 (or 0x42D181) is unknown color: approx Emerald. HEX triplet: 42, D1 and 81. RGB value is (66,209,129). Sum of RGB (Red+Green+Blue) = 66+209+129=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #42D181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D181 is #BD2E7E. Grayscale: #9D9D9D. Windows color (decimal): -12398207 or 8507714. OLE color: 8507714.

HSL color Cylindrical-coordinate representation of color #42D181: hue angle of 146.43º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D181 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB66209129-
CMYK0.6800.380.18
HSL146.43º60.85%53.92%-
HSV(B)146.43º68.42%81.96%-
XYZ29.0148.3428.57-
YUV157.12112.1263-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.34%
GREEN value IS 209 (82.03% from 255) = 51.73%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=16.34%
G=51.73%
B=31.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal662091290.6800.380.18146.4360.8553.92
Hex42D1814402612923d36
Octal102321201104046222227566
Binary10000101101000110000001100010001001101001010010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,209,129); }

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

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

 a { background-color: rgb(66,209,129); }

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

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

 span { border-color: rgb(66,209,129); }

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