#42DF84

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

Shades of Emerald #42DF84

Tints of Emerald #42DF84

Color information

#42DF84 (or 0x42DF84) is unknown color: approx Emerald. HEX triplet: 42, DF and 84. RGB value is (66,223,132). Sum of RGB (Red+Green+Blue) = 66+223+132=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DF84 is #BD207B. Grayscale: #A5A5A5. Windows color (decimal): -12394620 or 8707906. OLE color: 8707906.

HSL color Cylindrical-coordinate representation of color #42DF84: hue angle of 145.22º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DF84 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB66223132-
CMYK0.7000.410.13
HSL145.22º71.04%56.67%-
HSV(B)145.22º70.4%87.45%-
XYZ32.855.630.83-
YUV165.68108.9956.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.68%
GREEN value IS 223 (87.5% from 255) = 52.97%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=15.68%
G=52.97%
B=31.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662231320.7000.410.13145.2271.0456.67
Hex42DF8446029D914739
Octal1023372041060511522110771
Binary10000101101111110000100100011001010011101100100011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,223,132); }

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

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

 a { background-color: rgb(66,223,132); }

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

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

 span { border-color: rgb(66,223,132); }

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