#46D081

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

Shades of Emerald #46D081

Tints of Emerald #46D081

Color information

#46D081 (or 0x46D081) is unknown color: approx Emerald. HEX triplet: 46, D0 and 81. RGB value is (70,208,129). Sum of RGB (Red+Green+Blue) = 70+208+129=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #46D081 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D081 is #B92F7E. Grayscale: #9D9D9D. Windows color (decimal): -12136319 or 8507462. OLE color: 8507462.

HSL color Cylindrical-coordinate representation of color #46D081: hue angle of 145.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D081 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB70208129-
CMYK0.6600.380.18
HSL145.65º59.48%54.51%-
HSV(B)145.65º66.35%81.57%-
XYZ29.044828.5-
YUV157.73111.7865.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.20%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=17.20%
G=51.11%
B=31.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal702081290.6600.380.18145.6559.4854.51
Hex46D0814202612923b37
Octal106320201102046222227367
Binary10001101101000010000001100001001001101001010010010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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