#42C47D

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

Shades of Emerald #42C47D

Tints of Emerald #42C47D

Color information

#42C47D (or 0x42C47D) is unknown color: approx Emerald. HEX triplet: 42, C4 and 7D. RGB value is (66,196,125). Sum of RGB (Red+Green+Blue) = 66+196+125=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #42C47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C47D is #BD3B82. Grayscale: #959595. Windows color (decimal): -12401539 or 8242242. OLE color: 8242242.

HSL color Cylindrical-coordinate representation of color #42C47D: hue angle of 147.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C47D is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB66196125-
CMYK0.6600.360.23
HSL147.23º52.42%51.37%-
HSV(B)147.23º66.33%76.86%-
XYZ25.6942.1226.18-
YUV149.04114.4368.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 196 (76.95% from 255) = 50.65%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=17.05%
G=50.65%
B=32.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661961250.6600.360.23147.2352.4251.37
Hex42C47D4202417933433
Octal102304175102044272236463
Binary1000010110001001111101100001001001001011110010011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,196,125); }

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

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

 a { background-color: rgb(66,196,125); }

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

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

 span { border-color: rgb(66,196,125); }

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