#42E158

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

Shades of Emerald #42E158

Tints of Emerald #42E158

Color information

#42E158 (or 0x42E158) is unknown color: approx Emerald. HEX triplet: 42, E1 and 58. RGB value is (66,225,88). Sum of RGB (Red+Green+Blue) = 66+225+88=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #42E158 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E158 is #BD1EA7. Grayscale: #A2A2A2. Windows color (decimal): -12394152 or 5824834. OLE color: 5824834.

HSL color Cylindrical-coordinate representation of color #42E158: hue angle of 128.3º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E158 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB6622588-
CMYK0.7100.610.12
HSL128.3º72.6%57.06%-
HSV(B)128.3º70.67%88.24%-
XYZ30.9355.7118.36-
YUV161.8486.3259.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 225 (88.28% from 255) = 59.37%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=17.41%
G=59.37%
B=23.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal66225880.7100.610.12128.372.657.06
Hex42E1584703DC804939
Octal1023411301070751420011171
Binary1000010111000011011000100011101111011100100000001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,225,88); }

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

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

 a { background-color: rgb(66,225,88); }

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

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

 span { border-color: rgb(66,225,88); }

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