#42DD58

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

Shades of Emerald #42DD58

Tints of Emerald #42DD58

Color information

#42DD58 (or 0x42DD58) is unknown color: approx Emerald. HEX triplet: 42, DD and 58. RGB value is (66,221,88). Sum of RGB (Red+Green+Blue) = 66+221+88=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DD58 is #BD22A7. Grayscale: #9F9F9F. Windows color (decimal): -12395176 or 5823810. OLE color: 5823810.

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

Color convert

RGB6622188-
CMYK0.7000.600.13
HSL128.52º69.51%56.27%-
HSV(B)128.52º70.14%86.67%-
XYZ29.8653.5818-
YUV159.4987.6561.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 221 (86.72% from 255) = 58.93%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=17.6%
G=58.93%
B=23.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66221880.7000.600.13128.5269.5156.27
Hex42DD584603CD814638
Octal1023351301060741520110670
Binary1000010110111011011000100011001111001101100000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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