#42DD5C

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

Shades of Emerald #42DD5C

Tints of Emerald #42DD5C

Color information

#42DD5C (or 0x42DD5C) is unknown color: approx Emerald. HEX triplet: 42, DD and 5C. RGB value is (66,221,92). Sum of RGB (Red+Green+Blue) = 66+221+92=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DD5C is #BD22A3. Grayscale: #A0A0A0. Windows color (decimal): -12395172 or 6085954. OLE color: 6085954.

HSL color Cylindrical-coordinate representation of color #42DD5C: hue angle of 130.06º 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 #42DD5C is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB6622192-
CMYK0.7000.580.13
HSL130.06º69.51%56.27%-
HSV(B)130.06º70.14%86.67%-
XYZ30.0353.6418.9-
YUV159.9589.6560.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 221 (86.72% from 255) = 58.31%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=17.41%
G=58.31%
B=24.27%

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
Decimal66221920.7000.580.13130.0669.5156.27
Hex42DD5C4603AD824638
Octal1023351341060721520210670
Binary1000010110111011011100100011001110101101100000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,221,92); }

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

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

 a { background-color: rgb(66,221,92); }

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

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

 span { border-color: rgb(66,221,92); }

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