#42CB7A

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

Shades of Emerald #42CB7A

Tints of Emerald #42CB7A

Color information

#42CB7A (or 0x42CB7A) is unknown color: approx Emerald. HEX triplet: 42, CB and 7A. RGB value is (66,203,122). Sum of RGB (Red+Green+Blue) = 66+203+122=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB7A is #BD3485. Grayscale: #989898. Windows color (decimal): -12399750 or 8047426. OLE color: 8047426.

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

Color convert

RGB66203122-
CMYK0.6700.400.20
HSL144.53º56.85%52.75%-
HSV(B)144.53º67.49%79.61%-
XYZ27.1245.2825.72-
YUV152.8110.6166.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.88%
GREEN value IS 203 (79.69% from 255) = 51.92%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=16.88%
G=51.92%
B=31.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662031220.6700.400.20144.5356.8552.75
Hex42CB7A4302814913935
Octal102313172103050242217165
Binary1000010110010111111010100001101010001010010010001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,203,122); }

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

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

 a { background-color: rgb(66,203,122); }

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

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

 span { border-color: rgb(66,203,122); }

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