#42F57E

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

Shades of Emerald #42F57E

Tints of Emerald #42F57E

Color information

#42F57E (or 0x42F57E) is unknown color: approx Emerald. HEX triplet: 42, F5 and 7E. RGB value is (66,245,126). Sum of RGB (Red+Green+Blue) = 66+245+126=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #42F57E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F57E is #BD0A81. Grayscale: #B2B2B2. Windows color (decimal): -12388994 or 8320322. OLE color: 8320322.

HSL color Cylindrical-coordinate representation of color #42F57E: hue angle of 140.11º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F57E is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB66245126-
CMYK0.7300.490.04
HSL140.11º89.95%60.98%-
HSV(B)140.11º73.06%96.08%-
XYZ38.6767.9730.82-
YUV177.9198.748.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.10%
GREEN value IS 245 (96.09% from 255) = 56.06%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=15.10%
G=56.06%
B=28.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662451260.7300.490.04140.1189.9560.98
Hex42F57E4903148c5a3d
Octal102365176111061421413275
Binary100001011110101111111010010010110001100100011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,245,126); }

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

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

 a { background-color: rgb(66,245,126); }

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

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

 span { border-color: rgb(66,245,126); }

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