#42ea62

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

Shades of Emerald #42EA62

Tints of Emerald #42EA62

Color information

#42EA62 (or 0x42EA62) is unknown color: approx Emerald. HEX triplet: 42, EA and 62. RGB value is (66,234,98). Sum of RGB (Red+Green+Blue) = 66+234+98=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 234 (91.80% from 255 or 58.79% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EA62 is #BD159D. Grayscale: #A8A8A8. Windows color (decimal): -12391838 or 6482498. OLE color: 6482498.

HSL color Cylindrical-coordinate representation of color #42EA62: hue angle of 131.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA62 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB6623498-
CMYK0.7200.580.08
HSL131.43º80%58.82%-
HSV(B)131.43º71.79%91.76%-
XYZ33.8760.8921.52-
YUV168.2688.3455.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.58%
GREEN value IS 234 (91.80% from 255) = 58.79%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=16.58%
G=58.79%
B=24.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal66234980.7200.580.08131.438058.82
Hex42EA624803A883503b
Octal1023521421100721020312073
Binary1000010111010101100010100100001110101000100000111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ea62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,234,98); }

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

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

 a { background-color: rgb(66,234,98); }

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

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

 span { border-color: rgb(66,234,98); }

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