#42CA6D

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

Shades of Emerald #42CA6D

Tints of Emerald #42CA6D

Color information

#42CA6D (or 0x42CA6D) is unknown color: approx Emerald. HEX triplet: 42, CA and 6D. RGB value is (66,202,109). Sum of RGB (Red+Green+Blue) = 66+202+109=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA6D is #BD3592. Grayscale: #969696. Windows color (decimal): -12400019 or 7195202. OLE color: 7195202.

HSL color Cylindrical-coordinate representation of color #42CA6D: hue angle of 138.97º 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 #42CA6D is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB66202109-
CMYK0.6700.460.21
HSL138.97º56.2%52.55%-
HSV(B)138.97º67.33%79.22%-
XYZ26.1344.521.68-
YUV150.73104.4467.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 202 (79.30% from 255) = 53.58%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=17.51%
G=53.58%
B=28.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal662021090.6700.460.21138.9756.252.55
Hex42CA6D4302E158b3835
Octal102312155103056252137065
Binary1000010110010101101101100001101011101010110001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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