#42C272

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

Shades of Emerald #42C272

Tints of Emerald #42C272

Color information

#42C272 (or 0x42C272) is unknown color: approx Emerald. HEX triplet: 42, C2 and 72. RGB value is (66,194,114). Sum of RGB (Red+Green+Blue) = 66+194+114=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #42C272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C272 is #BD3D8D. Grayscale: #929292. Windows color (decimal): -12402062 or 7520834. OLE color: 7520834.

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

Color convert

RGB66194114-
CMYK0.6600.410.24
HSL142.5º51.2%50.98%-
HSV(B)142.5º65.98%76.08%-
XYZ24.5840.9622.53-
YUV146.61109.5970.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.65%
GREEN value IS 194 (76.17% from 255) = 51.87%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=17.65%
G=51.87%
B=30.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661941140.6600.410.24142.551.250.98
Hex42C27242029188e3333
Octal102302162102051302166363
Binary1000010110000101110010100001001010011100010001110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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