#42D35D

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

Shades of Emerald #42D35D

Tints of Emerald #42D35D

Color information

#42D35D (or 0x42D35D) is unknown color: approx Emerald. HEX triplet: 42, D3 and 5D. RGB value is (66,211,93). Sum of RGB (Red+Green+Blue) = 66+211+93=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 211 (82.81% from 255 or 57.03% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 211 - color contains mainly: green. Hex color #42D35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D35D is #BD2CA2. Grayscale: #9A9A9A. Windows color (decimal): -12397731 or 6148930. OLE color: 6148930.

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

Color convert

RGB6621193-
CMYK0.6900.560.17
HSL131.17º62.23%54.31%-
HSV(B)131.17º68.72%82.75%-
XYZ27.5248.5418.27-
YUV154.1993.4665.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 211 (82.81% from 255) = 57.03%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=17.84%
G=57.03%
B=25.14%

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
Decimal66211930.6900.560.17131.1762.2354.31
Hex42D35D4503811833e36
Octal102323135105070212037666
Binary1000010110100111011101100010101110001000110000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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