#42DB5B

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

Shades of Emerald #42DB5B

Tints of Emerald #42DB5B

Color information

#42DB5B (or 0x42DB5B) is unknown color: approx Emerald. HEX triplet: 42, DB and 5B. RGB value is (66,219,91). Sum of RGB (Red+Green+Blue) = 66+219+91=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DB5B is #BD24A4. Grayscale: #9F9F9F. Windows color (decimal): -12395685 or 6019906. OLE color: 6019906.

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

Color convert

RGB6621991-
CMYK0.7000.580.14
HSL129.8º68%55.88%-
HSV(B)129.8º69.86%85.88%-
XYZ29.4752.5818.49-
YUV158.6689.8161.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.55%
GREEN value IS 219 (85.94% from 255) = 58.24%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=17.55%
G=58.24%
B=24.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66219910.7000.580.14129.86855.88
Hex42DB5B4603AE824438
Octal1023331331060721620210470
Binary1000010110110111011011100011001110101110100000101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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