#42C378

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

Shades of Emerald #42C378

Tints of Emerald #42C378

Color information

#42C378 (or 0x42C378) is unknown color: approx Emerald. HEX triplet: 42, C3 and 78. RGB value is (66,195,120). Sum of RGB (Red+Green+Blue) = 66+195+120=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #42C378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C378 is #BD3C87. Grayscale: #949494. Windows color (decimal): -12401800 or 7914306. OLE color: 7914306.

HSL color Cylindrical-coordinate representation of color #42C378: hue angle of 145.12º degrees, saturation: 0.52, 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 #42C378 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB66195120-
CMYK0.6600.380.24
HSL145.12º51.81%51.18%-
HSV(B)145.12º66.15%76.47%-
XYZ25.1541.5424.46-
YUV147.88112.2669.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.32%
GREEN value IS 195 (76.56% from 255) = 51.18%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=17.32%
G=51.18%
B=31.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661951200.6600.380.24145.1251.8151.18
Hex42C3784202618913433
Octal102303170102046302216463
Binary1000010110000111111000100001001001101100010010001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,195,120); }

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

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

 a { background-color: rgb(66,195,120); }

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

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

 span { border-color: rgb(66,195,120); }

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