#42CA56

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

Shades of Emerald #42CA56

Tints of Emerald #42CA56

Color information

#42CA56 (or 0x42CA56) is unknown color: approx Emerald. HEX triplet: 42, CA and 56. RGB value is (66,202,86). Sum of RGB (Red+Green+Blue) = 66+202+86=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA56 is #BD35A9. Grayscale: #949494. Windows color (decimal): -12400042 or 5687874. OLE color: 5687874.

HSL color Cylindrical-coordinate representation of color #42CA56: hue angle of 128.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA56 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB6620286-
CMYK0.6700.570.21
HSL128.82º56.2%52.55%-
HSV(B)128.82º67.33%79.22%-
XYZ25.0544.0715.99-
YUV148.1192.9469.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 202 (79.30% from 255) = 57.06%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=18.64%
G=57.06%
B=24.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66202860.6700.570.21128.8256.252.55
Hex42CA564303915813835
Octal102312126103071252017065
Binary1000010110010101010110100001101110011010110000001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,202,86); }

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

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

 a { background-color: rgb(66,202,86); }

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

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

 span { border-color: rgb(66,202,86); }

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