#42DC68

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

Shades of Emerald #42DC68

Tints of Emerald #42DC68

Color information

#42DC68 (or 0x42DC68) is unknown color: approx Emerald. HEX triplet: 42, DC and 68. RGB value is (66,220,104). Sum of RGB (Red+Green+Blue) = 66+220+104=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DC68 is #BD2397. Grayscale: #A1A1A1. Windows color (decimal): -12395416 or 6872130. OLE color: 6872130.

HSL color Cylindrical-coordinate representation of color #42DC68: hue angle of 134.81º degrees, saturation: 0.69, 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 #42DC68 is Cyan = 0.7, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB66220104-
CMYK0.700.530.14
HSL134.81º68.75%56.08%-
HSV(B)134.81º70%86.27%-
XYZ30.3453.3421.79-
YUV160.7395.9860.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 220 (86.33% from 255) = 56.41%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=16.92%
G=56.41%
B=26.67%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal662201040.700.530.14134.8168.7556.08
Hex42DC6846035E874538
Octal1023341501060651620710570
Binary1000010110111001101000100011001101011110100001111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,220,104); }

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

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

 a { background-color: rgb(66,220,104); }

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

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

 span { border-color: rgb(66,220,104); }

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