#46D684

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

Shades of Emerald #46D684

Tints of Emerald #46D684

Color information

#46D684 (or 0x46D684) is unknown color: approx Emerald. HEX triplet: 46, D6 and 84. RGB value is (70,214,132). Sum of RGB (Red+Green+Blue) = 70+214+132=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #46D684 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D684 is #B9297B. Grayscale: #A1A1A1. Windows color (decimal): -12134780 or 8705606. OLE color: 8705606.

HSL color Cylindrical-coordinate representation of color #46D684: hue angle of 145.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D684 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB70214132-
CMYK0.6700.380.16
HSL145.83º63.72%55.69%-
HSV(B)145.83º67.29%83.92%-
XYZ30.7451.0630.07-
YUV161.6111.2962.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.83%
GREEN value IS 214 (83.98% from 255) = 51.44%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=16.83%
G=51.44%
B=31.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal702141320.6700.380.16145.8363.7255.69
Hex46D6844302610924038
Octal1063262041030462022210070
Binary100011011010110100001001000011010011010000100100101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,214,132); }

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

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

 a { background-color: rgb(70,214,132); }

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

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

 span { border-color: rgb(70,214,132); }

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