#42CC79

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

Shades of Emerald #42CC79

Tints of Emerald #42CC79

Color information

#42CC79 (or 0x42CC79) is unknown color: approx Emerald. HEX triplet: 42, CC and 79. RGB value is (66,204,121). Sum of RGB (Red+Green+Blue) = 66+204+121=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CC79 is #BD3386. Grayscale: #999999. Windows color (decimal): -12399495 or 7982146. OLE color: 7982146.

HSL color Cylindrical-coordinate representation of color #42CC79: hue angle of 143.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CC79 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB66204121-
CMYK0.6800.410.2
HSL143.91º57.5%52.94%-
HSV(B)143.91º67.65%80%-
XYZ27.2945.7225.48-
YUV153.28109.7865.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.88%
GREEN value IS 204 (80.08% from 255) = 52.17%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=16.88%
G=52.17%
B=30.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal662041210.6800.410.2143.9157.552.94
Hex42CC794402914903a35
Octal102314171104051242207265
Binary1000010110011001111001100010001010011010010010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,204,121); }

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

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

 a { background-color: rgb(66,204,121); }

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

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

 span { border-color: rgb(66,204,121); }

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