#46C57D

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

Shades of Emerald #46C57D

Tints of Emerald #46C57D

Color information

#46C57D (or 0x46C57D) is unknown color: approx Emerald. HEX triplet: 46, C5 and 7D. RGB value is (70,197,125). Sum of RGB (Red+Green+Blue) = 70+197+125=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #46C57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C57D is #B93A82. Grayscale: #969696. Windows color (decimal): -12139139 or 8242502. OLE color: 8242502.

HSL color Cylindrical-coordinate representation of color #46C57D: hue angle of 145.98º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C57D is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB70197125-
CMYK0.6400.370.23
HSL145.98º52.26%52.35%-
HSV(B)145.98º64.47%77.25%-
XYZ26.1942.7226.27-
YUV150.82113.4270.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.86%
GREEN value IS 197 (77.34% from 255) = 50.26%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=17.86%
G=50.26%
B=31.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal701971250.6400.370.23145.9852.2652.35
Hex46C57D4002517923434
Octal106305175100045272226464
Binary1000110110001011111101100000001001011011110010010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46C57D; }

 p { color: rgb(70,197,125); }

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

<style>
 a { background-color: #46C57D; }

 a { background-color: rgb(70,197,125); }

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

<style>
 span { border-color: #46C57D; }

 span { border-color: rgb(70,197,125); }

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