#46DB82

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

Shades of Emerald #46DB82

Tints of Emerald #46DB82

Color information

#46DB82 (or 0x46DB82) is unknown color: approx Emerald. HEX triplet: 46, DB and 82. RGB value is (70,219,130). Sum of RGB (Red+Green+Blue) = 70+219+130=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DB82 is #B9247D. Grayscale: #A4A4A4. Windows color (decimal): -12133502 or 8575814. OLE color: 8575814.

HSL color Cylindrical-coordinate representation of color #46DB82: hue angle of 144.16º degrees, saturation: 0.67, 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 #46DB82 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB70219130-
CMYK0.6800.410.14
HSL144.16º67.42%56.67%-
HSV(B)144.16º68.04%85.88%-
XYZ31.8953.5829.78-
YUV164.3108.6460.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.71%
GREEN value IS 219 (85.94% from 255) = 52.27%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=16.71%
G=52.27%
B=31.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal702191300.6800.410.14144.1667.4256.67
Hex46DB8244029E904339
Octal1063332021040511622010371
Binary10001101101101110000010100010001010011110100100001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,219,130); }

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

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

 a { background-color: rgb(70,219,130); }

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

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

 span { border-color: rgb(70,219,130); }

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