#42D55C

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

Shades of Emerald #42D55C

Tints of Emerald #42D55C

Color information

#42D55C (or 0x42D55C) is unknown color: approx Emerald. HEX triplet: 42, D5 and 5C. RGB value is (66,213,92). Sum of RGB (Red+Green+Blue) = 66+213+92=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #42D55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D55C is #BD2AA3. Grayscale: #9B9B9B. Windows color (decimal): -12397220 or 6083906. OLE color: 6083906.

HSL color Cylindrical-coordinate representation of color #42D55C: hue angle of 130.61º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D55C is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB6621392-
CMYK0.6900.570.16
HSL130.61º63.64%54.71%-
HSV(B)130.61º69.01%83.53%-
XYZ27.9749.5218.21-
YUV155.2592.364.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 213 (83.59% from 255) = 57.41%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=17.79%
G=57.41%
B=24.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66213920.6900.570.16130.6163.6454.71
Hex42D55C4503910834037
Octal1023251341050712020310067
Binary10000101101010110111001000101011100110000100000111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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