#46DB81

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

Shades of Emerald #46DB81

Tints of Emerald #46DB81

Color information

#46DB81 (or 0x46DB81) is unknown color: approx Emerald. HEX triplet: 46, DB and 81. RGB value is (70,219,129). Sum of RGB (Red+Green+Blue) = 70+219+129=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DB81 is #B9247E. Grayscale: #A4A4A4. Windows color (decimal): -12133503 or 8510278. OLE color: 8510278.

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

Color convert

RGB70219129-
CMYK0.6800.410.14
HSL143.76º67.42%56.67%-
HSV(B)143.76º68.04%85.88%-
XYZ31.8253.5529.43-
YUV164.19108.1460.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.75%
GREEN value IS 219 (85.94% from 255) = 52.39%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=16.75%
G=52.39%
B=30.86%

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
Decimal702191290.6800.410.14143.7667.4256.67
Hex46DB8144029E904339
Octal1063332011040511622010371
Binary10001101101101110000001100010001010011110100100001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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