#42DE5D

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

Shades of Emerald #42DE5D

Tints of Emerald #42DE5D

Color information

#42DE5D (or 0x42DE5D) is unknown color: approx Emerald. HEX triplet: 42, DE and 5D. RGB value is (66,222,93). Sum of RGB (Red+Green+Blue) = 66+222+93=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DE5D is #BD21A2. Grayscale: #A1A1A1. Windows color (decimal): -12394915 or 6151746. OLE color: 6151746.

HSL color Cylindrical-coordinate representation of color #42DE5D: hue angle of 130.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DE5D is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB6622293-
CMYK0.7000.580.13
HSL130.38º70.27%56.47%-
HSV(B)130.38º70.27%87.06%-
XYZ30.3454.1919.22-
YUV160.6589.8260.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.32%
GREEN value IS 222 (87.11% from 255) = 58.27%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=17.32%
G=58.27%
B=24.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66222930.7000.580.13130.3870.2756.47
Hex42DE5D4603AD824638
Octal1023361351060721520210670
Binary1000010110111101011101100011001110101101100000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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