#42E85F

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

Shades of Emerald #42E85F

Tints of Emerald #42E85F

Color information

#42E85F (or 0x42E85F) is unknown color: approx Emerald. HEX triplet: 42, E8 and 5F. RGB value is (66,232,95). Sum of RGB (Red+Green+Blue) = 66+232+95=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 232 (91.02% from 255 or 59.03% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 232 - color contains mainly: green. Hex color #42E85F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E85F is #BD17A0. Grayscale: #A7A7A7. Windows color (decimal): -12392353 or 6285378. OLE color: 6285378.

HSL color Cylindrical-coordinate representation of color #42E85F: hue angle of 130.48º 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 #42E85F is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB6623295-
CMYK0.7200.590.09
HSL130.48º78.3%58.43%-
HSV(B)130.48º71.55%90.98%-
XYZ33.1759.720.6-
YUV166.7587.556.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 232 (91.02% from 255) = 59.03%
BLUE value IS 95 (37.5% from 255) = 24.17%
R=16.79%
G=59.03%
B=24.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66232950.7200.590.09130.4878.358.43
Hex42E85F4803B9824e3a
Octal1023501371100731120211672
Binary1000010111010001011111100100001110111001100000101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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