#42DD5B

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

Shades of Emerald #42DD5B

Tints of Emerald #42DD5B

Color information

#42DD5B (or 0x42DD5B) is unknown color: approx Emerald. HEX triplet: 42, DD and 5B. RGB value is (66,221,91). Sum of RGB (Red+Green+Blue) = 66+221+91=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DD5B is #BD22A4. Grayscale: #A0A0A0. Windows color (decimal): -12395173 or 6020418. OLE color: 6020418.

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

Color convert

RGB6622191-
CMYK0.7000.590.13
HSL129.68º69.51%56.27%-
HSV(B)129.68º70.14%86.67%-
XYZ29.9953.6318.67-
YUV159.8489.1561.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 221 (86.72% from 255) = 58.47%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=17.46%
G=58.47%
B=24.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66221910.7000.590.13129.6869.5156.27
Hex42DD5B4603BD824638
Octal1023351331060731520210670
Binary1000010110111011011011100011001110111101100000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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