#42C560

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

Shades of Emerald #42C560

Tints of Emerald #42C560

Color information

#42C560 (or 0x42C560) is unknown color: approx Emerald. HEX triplet: 42, C5 and 60. RGB value is (66,197,96). Sum of RGB (Red+Green+Blue) = 66+197+96=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #42C560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C560 is #BD3A9F. Grayscale: #929292. Windows color (decimal): -12401312 or 6341954. OLE color: 6341954.

HSL color Cylindrical-coordinate representation of color #42C560: hue angle of 133.74º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C560 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB6619796-
CMYK0.6600.510.23
HSL133.74º53.04%51.57%-
HSV(B)133.74º66.5%77.25%-
XYZ24.3241.9417.88-
YUV146.3299.670.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 197 (77.34% from 255) = 54.87%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=18.38%
G=54.87%
B=26.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66197960.6600.510.23133.7453.0451.57
Hex42C5604203317863534
Octal102305140102063272066564
Binary1000010110001011100000100001001100111011110000110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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