#42C26B

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

Shades of Emerald #42C26B

Tints of Emerald #42C26B

Color information

#42C26B (or 0x42C26B) is unknown color: approx Emerald. HEX triplet: 42, C2 and 6B. RGB value is (66,194,107). Sum of RGB (Red+Green+Blue) = 66+194+107=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #42C26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C26B is #BD3D94. Grayscale: #929292. Windows color (decimal): -12402069 or 7062082. OLE color: 7062082.

HSL color Cylindrical-coordinate representation of color #42C26B: hue angle of 139.22º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C26B is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB66194107-
CMYK0.6600.450.24
HSL139.22º51.2%50.98%-
HSV(B)139.22º65.98%76.08%-
XYZ24.1940.820.51-
YUV145.81106.0971.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=17.98%
G=52.86%
B=29.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661941070.6600.450.24139.2251.250.98
Hex42C26B4202D188b3333
Octal102302153102055302136363
Binary1000010110000101101011100001001011011100010001011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,194,107); }

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

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

 a { background-color: rgb(66,194,107); }

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

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

 span { border-color: rgb(66,194,107); }

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