#42D35C

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

Shades of Emerald #42D35C

Tints of Emerald #42D35C

Color information

#42D35C (or 0x42D35C) is unknown color: approx Emerald. HEX triplet: 42, D3 and 5C. RGB value is (66,211,92). Sum of RGB (Red+Green+Blue) = 66+211+92=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #42D35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D35C is #BD2CA3. Grayscale: #9A9A9A. Windows color (decimal): -12397732 or 6083394. OLE color: 6083394.

HSL color Cylindrical-coordinate representation of color #42D35C: hue angle of 130.76º 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 #42D35C is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB6621192-
CMYK0.6900.560.17
HSL130.76º62.23%54.31%-
HSV(B)130.76º68.72%82.75%-
XYZ27.4748.5218.04-
YUV154.0892.9665.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 211 (82.81% from 255) = 57.18%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=17.89%
G=57.18%
B=24.93%

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
Decimal66211920.6900.560.17130.7662.2354.31
Hex42D35C4503811833e36
Octal102323134105070212037666
Binary1000010110100111011100100010101110001000110000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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