#42D45D

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

Shades of Emerald #42D45D

Tints of Emerald #42D45D

Color information

#42D45D (or 0x42D45D) is unknown color: approx Emerald. HEX triplet: 42, D4 and 5D. RGB value is (66,212,93). Sum of RGB (Red+Green+Blue) = 66+212+93=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #42D45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D45D is #BD2BA2. Grayscale: #9B9B9B. Windows color (decimal): -12397475 or 6149186. OLE color: 6149186.

HSL color Cylindrical-coordinate representation of color #42D45D: hue angle of 131.1º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D45D is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB6621293-
CMYK0.6900.560.17
HSL131.1º62.93%54.51%-
HSV(B)131.1º68.87%83.14%-
XYZ27.7749.0418.36-
YUV154.7893.1364.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 212 (83.20% from 255) = 57.14%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=17.79%
G=57.14%
B=25.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66212930.6900.560.17131.162.9354.51
Hex42D45D4503811833f37
Octal102324135105070212037767
Binary1000010110101001011101100010101110001000110000011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,212,93); }

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

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

 a { background-color: rgb(66,212,93); }

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

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

 span { border-color: rgb(66,212,93); }

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