#46D087

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

Shades of Emerald #46D087

Tints of Emerald #46D087

Color information

#46D087 (or 0x46D087) is unknown color: approx Emerald. HEX triplet: 46, D0 and 87. RGB value is (70,208,135). Sum of RGB (Red+Green+Blue) = 70+208+135=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #46D087 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D087 is #B92F78. Grayscale: #9E9E9E. Windows color (decimal): -12136313 or 8900678. OLE color: 8900678.

HSL color Cylindrical-coordinate representation of color #46D087: hue angle of 148.26º 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 #46D087 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB70208135-
CMYK0.6600.350.18
HSL148.26º59.48%54.51%-
HSV(B)148.26º66.35%81.57%-
XYZ29.4548.1630.67-
YUV158.42114.7864.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.95%
GREEN value IS 208 (81.64% from 255) = 50.36%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=16.95%
G=50.36%
B=32.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal702081350.6600.350.18148.2659.4854.51
Hex46D0874202312943b37
Octal106320207102043222247367
Binary10001101101000010000111100001001000111001010010100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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