#42CA6A

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

Shades of Emerald #42CA6A

Tints of Emerald #42CA6A

Color information

#42CA6A (or 0x42CA6A) is unknown color: approx Emerald. HEX triplet: 42, CA and 6A. RGB value is (66,202,106). Sum of RGB (Red+Green+Blue) = 66+202+106=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA6A is #BD3595. Grayscale: #969696. Windows color (decimal): -12400022 or 6998594. OLE color: 6998594.

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

Color convert

RGB66202106-
CMYK0.6700.480.21
HSL137.65º56.2%52.55%-
HSV(B)137.65º67.33%79.22%-
XYZ25.9744.4420.84-
YUV150.39102.9467.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.65%
GREEN value IS 202 (79.30% from 255) = 54.01%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=17.65%
G=54.01%
B=28.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal662021060.6700.480.21137.6556.252.55
Hex42CA6A43030158a3835
Octal102312152103060252127065
Binary1000010110010101101010100001101100001010110001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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