#46DD80

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

Shades of Emerald #46DD80

Tints of Emerald #46DD80

Color information

#46DD80 (or 0x46DD80) is unknown color: approx Emerald. HEX triplet: 46, DD and 80. RGB value is (70,221,128). Sum of RGB (Red+Green+Blue) = 70+221+128=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DD80 is #B9227F. Grayscale: #A5A5A5. Windows color (decimal): -12132992 or 8445254. OLE color: 8445254.

HSL color Cylindrical-coordinate representation of color #46DD80: hue angle of 143.05º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DD80 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB70221128-
CMYK0.6800.420.13
HSL143.05º68.95%57.06%-
HSV(B)143.05º68.33%86.67%-
XYZ32.2854.5729.25-
YUV165.25106.9760.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.71%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=16.71%
G=52.74%
B=30.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702211280.6800.420.13143.0568.9557.06
Hex46DD804402AD8f4539
Octal1063352001040521521710571
Binary10001101101110110000000100010001010101101100011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,221,128); }

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

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

 a { background-color: rgb(70,221,128); }

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

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

 span { border-color: rgb(70,221,128); }

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