#42CD60

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

Shades of Emerald #42CD60

Tints of Emerald #42CD60

Color information

#42CD60 (or 0x42CD60) is unknown color: approx Emerald. HEX triplet: 42, CD and 60. RGB value is (66,205,96). Sum of RGB (Red+Green+Blue) = 66+205+96=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD60 is #BD329F. Grayscale: #979797. Windows color (decimal): -12399264 or 6344002. OLE color: 6344002.

HSL color Cylindrical-coordinate representation of color #42CD60: hue angle of 132.95º degrees, saturation: 0.58, 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 #42CD60 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB6620596-
CMYK0.6800.530.20
HSL132.95º58.16%53.14%-
HSV(B)132.95º67.8%80.39%-
XYZ26.1945.6718.5-
YUV151.0196.9567.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 205 (80.47% from 255) = 55.86%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=17.98%
G=55.86%
B=26.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66205960.6800.530.20132.9558.1653.14
Hex42CD604403514853a35
Octal102315140104065242057265
Binary1000010110011011100000100010001101011010010000101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,205,96); }

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

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

 a { background-color: rgb(66,205,96); }

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

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

 span { border-color: rgb(66,205,96); }

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