#42D562

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

Shades of Emerald #42D562

Tints of Emerald #42D562

Color information

#42D562 (or 0x42D562) is unknown color: approx Emerald. HEX triplet: 42, D5 and 62. RGB value is (66,213,98). Sum of RGB (Red+Green+Blue) = 66+213+98=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #42D562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D562 is #BD2A9D. Grayscale: #9C9C9C. Windows color (decimal): -12397214 or 6477122. OLE color: 6477122.

HSL color Cylindrical-coordinate representation of color #42D562: hue angle of 133.06º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D562 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB6621398-
CMYK0.6900.540.16
HSL133.06º63.64%54.71%-
HSV(B)133.06º69.01%83.53%-
XYZ28.2549.6319.65-
YUV155.9495.363.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 213 (83.59% from 255) = 56.50%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=17.51%
G=56.50%
B=25.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66213980.6900.540.16133.0663.6454.71
Hex42D5624503610854037
Octal1023251421050662020510067
Binary10000101101010111000101000101011011010000100001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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