#46DC5A

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

Shades of Emerald #46DC5A

Tints of Emerald #46DC5A

Color information

#46DC5A (or 0x46DC5A) is unknown color: approx Emerald. HEX triplet: 46, DC and 5A. RGB value is (70,220,90). Sum of RGB (Red+Green+Blue) = 70+220+90=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DC5A is #B923A5. Grayscale: #A0A0A0. Windows color (decimal): -12133286 or 5954630. OLE color: 5954630.

HSL color Cylindrical-coordinate representation of color #46DC5A: hue angle of 128º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DC5A is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB7022090-
CMYK0.6800.590.14
HSL128º68.18%56.86%-
HSV(B)128º68.18%86.27%-
XYZ29.9653.2318.37-
YUV160.3388.363.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 220 (86.33% from 255) = 57.89%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=18.42%
G=57.89%
B=23.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal70220900.6800.590.1412868.1856.86
Hex46DC5A4403BE804439
Octal1063341321040731620010471
Binary1000110110111001011010100010001110111110100000001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,220,90); }

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

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

 a { background-color: rgb(70,220,90); }

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

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

 span { border-color: rgb(70,220,90); }

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