#42C56E

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

Shades of Emerald #42C56E

Tints of Emerald #42C56E

Color information

#42C56E (or 0x42C56E) is unknown color: approx Emerald. HEX triplet: 42, C5 and 6E. RGB value is (66,197,110). Sum of RGB (Red+Green+Blue) = 66+197+110=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #42C56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C56E is #BD3A91. Grayscale: #949494. Windows color (decimal): -12401298 or 7259458. OLE color: 7259458.

HSL color Cylindrical-coordinate representation of color #42C56E: hue angle of 140.15º 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 #42C56E is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB66197110-
CMYK0.6600.440.23
HSL140.15º53.04%51.57%-
HSV(B)140.15º66.5%77.25%-
XYZ25.0342.2221.58-
YUV147.91106.669.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 197 (77.34% from 255) = 52.82%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=17.69%
G=52.82%
B=29.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661971100.6600.440.23140.1553.0451.57
Hex42C56E4202C178c3534
Octal102305156102054272146564
Binary1000010110001011101110100001001011001011110001100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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