#42E78A

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

Shades of Emerald #42E78A

Tints of Emerald #42E78A

Color information

#42E78A (or 0x42E78A) is unknown color: approx Emerald. HEX triplet: 42, E7 and 8A. RGB value is (66,231,138). Sum of RGB (Red+Green+Blue) = 66+231+138=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 231 (90.62% from 255 or 53.10% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 231 - color contains mainly: green. Hex color #42E78A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E78A is #BD1875. Grayscale: #ABABAB. Windows color (decimal): -12392566 or 9103170. OLE color: 9103170.

HSL color Cylindrical-coordinate representation of color #42E78A: hue angle of 146.18º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E78A is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB66231138-
CMYK0.7100.400.09
HSL146.18º77.46%58.24%-
HSV(B)146.18º71.43%90.59%-
XYZ35.4160.1533.79-
YUV171.06109.3453.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 231 (90.62% from 255) = 53.10%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=15.17%
G=53.10%
B=31.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662311380.7100.400.09146.1877.4658.24
Hex42E78A470289924d3a
Octal1023472121070501122211572
Binary10000101110011110001010100011101010001001100100101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,231,138); }

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

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

 a { background-color: rgb(66,231,138); }

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

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

 span { border-color: rgb(66,231,138); }

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