Color Hex Logo

#42dd4d Color Hex

#42DD4D
(66,221,77)
0 Favorites   0 Comments

Color spaces of #42dd4d

RGB 6622177
HSL0.350.700.56
HSV124°70°87°
CMYK 0.700.000.65   0.13
XYZ29.442853.407015.7780
Yxy53.40700.29850.5415
Hunter Lab73.0801-55.975438.3553
CIE-Lab78.1147-67.355157.2172

#42dd4d color RGB value is (66,221,77).

#42dd4d hex color red value is 66, green value is 221 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #42dd4d hue: 0.35 , saturation: 0.70 and the lightness value of 42dd4d is 0.56.

The process color (four color CMYK) of #42dd4d color hex is 0.70, 0.00, 0.65, 0.13. Web safe color of #42dd4d is #33cc66. Color #42dd4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 01001101
Octal 102 335 115
Decimal 66 221 77
Hex 42 DD 4D

RGB Percentages of Color #42dd4d

%18.13
%60.71
%21.15

CMYK Percentages of Color #42dd4d

%70
%0
%65
%13

Triadic Colors of #42dd4d

#42dd4d #4d42dd #dd4d42

Analogous Colors of #42dd4d

#42dd4d #42dd9b #85dd42

Monochromatic Colors of #42dd4d

#42dd4d

Complementary Color

#42dd4d #dd42d2

#42dd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dd4d Color CSS Codes

.mybgcolor {background-color:#42dd4d; } 
.myforecolor {color:#42dd4d; }
.mybordercolor {border:3px solid #42dd4d; }

#42dd4d Text Font Color

<p style="color:#42dd4d">Text here</p>

This sample text font color is #42dd4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#42dd4d Background Color

<div style="background-color:#42dd4d">
Div content here</div>

This div background color is #42dd4d


#42dd4d Border Color

<div style="border:3px solid #42dd4d">
Div here</div>

This div border color is #42dd4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,221,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42dd4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42dd4d;
  -webkit-box-shadow: 1px 1px 3px 2px #42dd4d;
  box-shadow:         1px 1px 3px 2px #42dd4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,221,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #42dd4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #42dd4d;
  -webkit-box-shadow: 1px 1px 3px 2px #42dd4d;
  box-shadow:         1px 1px 3px 2px #42dd4d;">
Div content here</div>

This div box has shadow with color #42dd4d


Comments

No comments written yet.

Please login to write comment.