#42C275

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

Shades of Emerald #42C275

Tints of Emerald #42C275

Color information

#42C275 (or 0x42C275) is unknown color: approx Emerald. HEX triplet: 42, C2 and 75. RGB value is (66,194,117). Sum of RGB (Red+Green+Blue) = 66+194+117=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #42C275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C275 is #BD3D8A. Grayscale: #939393. Windows color (decimal): -12402059 or 7717442. OLE color: 7717442.

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

Color convert

RGB66194117-
CMYK0.6600.400.24
HSL143.91º51.2%50.98%-
HSV(B)143.91º65.98%76.08%-
XYZ24.7541.0323.44-
YUV146.95111.0970.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 194 (76.17% from 255) = 51.46%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=17.51%
G=51.46%
B=31.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661941170.6600.400.24143.9151.250.98
Hex42C2754202818903333
Octal102302165102050302206363
Binary1000010110000101110101100001001010001100010010000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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