#42E75D

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

Shades of Emerald #42E75D

Tints of Emerald #42E75D

Color information

#42E75D (or 0x42E75D) is unknown color: approx Emerald. HEX triplet: 42, E7 and 5D. RGB value is (66,231,93). Sum of RGB (Red+Green+Blue) = 66+231+93=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 231 (90.62% from 255 or 59.23% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 231 - color contains mainly: green. Hex color #42E75D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E75D is #BD18A2. Grayscale: #A6A6A6. Windows color (decimal): -12392611 or 6154050. OLE color: 6154050.

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

Color convert

RGB6623193-
CMYK0.7100.600.09
HSL129.82º77.46%58.24%-
HSV(B)129.82º71.43%90.59%-
XYZ32.859.120.03-
YUV165.9386.8456.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 231 (90.62% from 255) = 59.23%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=16.92%
G=59.23%
B=23.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66231930.7100.600.09129.8277.4658.24
Hex42E75D4703C9824d3a
Octal1023471351070741120211572
Binary1000010111001111011101100011101111001001100000101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,231,93); }

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

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

 a { background-color: rgb(66,231,93); }

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

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

 span { border-color: rgb(66,231,93); }

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