#42E878

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

Shades of Emerald #42E878

Tints of Emerald #42E878

Color information

#42E878 (or 0x42E878) is unknown color: approx Emerald. HEX triplet: 42, E8 and 78. RGB value is (66,232,120). Sum of RGB (Red+Green+Blue) = 66+232+120=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 232 (91.02% from 255 or 55.50% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 232 - color contains mainly: green. Hex color #42E878 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E878 is #BD1787. Grayscale: #A9A9A9. Windows color (decimal): -12392328 or 7923778. OLE color: 7923778.

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

Color convert

RGB66232120-
CMYK0.7200.480.09
HSL139.52º78.3%58.43%-
HSV(B)139.52º71.55%90.98%-
XYZ34.4960.2327.58-
YUV169.610054.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.79%
GREEN value IS 232 (91.02% from 255) = 55.50%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=15.79%
G=55.50%
B=28.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662321200.7200.480.09139.5278.358.43
Hex42E8784803098c4e3a
Octal1023501701100601121411672
Binary1000010111010001111000100100001100001001100011001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,232,120); }

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

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

 a { background-color: rgb(66,232,120); }

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

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

 span { border-color: rgb(66,232,120); }

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