#42F57F

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

Shades of Emerald #42F57F

Tints of Emerald #42F57F

Color information

#42F57F (or 0x42F57F) is unknown color: approx Emerald. HEX triplet: 42, F5 and 7F. RGB value is (66,245,127). Sum of RGB (Red+Green+Blue) = 66+245+127=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #42F57F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F57F is #BD0A80. Grayscale: #B2B2B2. Windows color (decimal): -12388993 or 8385858. OLE color: 8385858.

HSL color Cylindrical-coordinate representation of color #42F57F: hue angle of 140.45º 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 #42F57F is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB66245127-
CMYK0.7300.480.04
HSL140.45º89.95%60.98%-
HSV(B)140.45º73.06%96.08%-
XYZ38.736831.16-
YUV178.0399.248.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.07%
GREEN value IS 245 (96.09% from 255) = 55.94%
BLUE value IS 127 (50% from 255) = 29.00%
R=15.07%
G=55.94%
B=29.00%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662451270.7300.480.04140.4589.9560.98
Hex42F57F4903048c5a3d
Octal102365177111060421413275
Binary100001011110101111111110010010110000100100011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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