#42d164

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

Shades of Emerald #42D164

Tints of Emerald #42D164

Color information

#42D164 (or 0x42D164) is unknown color: approx Emerald. HEX triplet: 42, D1 and 64. RGB value is (66,209,100). Sum of RGB (Red+Green+Blue) = 66+209+100=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 209 (82.03% from 255 or 55.73% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 209 - color contains mainly: green. Hex color #42D164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D164 is #BD2E9B. Grayscale: #9A9A9A. Windows color (decimal): -12398236 or 6607170. OLE color: 6607170.

HSL color Cylindrical-coordinate representation of color #42D164: hue angle of 134.27º 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 #42D164 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB66209100-
CMYK0.6800.520.18
HSL134.27º60.85%53.92%-
HSV(B)134.27º68.42%81.96%-
XYZ27.3547.6819.82-
YUV153.8297.6265.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 209 (82.03% from 255) = 55.73%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=17.6%
G=55.73%
B=26.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal662091000.6800.520.18134.2760.8553.92
Hex42D1644403412863d36
Octal102321144104064222067566
Binary1000010110100011100100100010001101001001010000110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42d164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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