#46DD58

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

Shades of Emerald #46DD58

Tints of Emerald #46DD58

Color information

#46DD58 (or 0x46DD58) is unknown color: approx Emerald. HEX triplet: 46, DD and 58. RGB value is (70,221,88). Sum of RGB (Red+Green+Blue) = 70+221+88=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DD58 is #B922A7. Grayscale: #A1A1A1. Windows color (decimal): -12133032 or 5823814. OLE color: 5823814.

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

Color convert

RGB7022188-
CMYK0.6800.600.13
HSL127.15º68.95%57.06%-
HSV(B)127.15º68.33%86.67%-
XYZ30.1453.7218.01-
YUV160.6986.9763.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.47%
GREEN value IS 221 (86.72% from 255) = 58.31%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=18.47%
G=58.31%
B=23.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70221880.6800.600.13127.1568.9557.06
Hex46DD584403CD7f4539
Octal1063351301040741517710571
Binary100011011011101101100010001000111100110111111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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