#46EB85

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

Shades of Emerald #46EB85

Tints of Emerald #46EB85

Color information

#46EB85 (or 0x46EB85) is unknown color: approx Emerald. HEX triplet: 46, EB and 85. RGB value is (70,235,133). Sum of RGB (Red+Green+Blue) = 70+235+133=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 235 (92.19% from 255 or 53.65% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 235 - color contains mainly: green. Hex color #46EB85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EB85 is #B9147A. Grayscale: #AEAEAE. Windows color (decimal): -12129403 or 8776518. OLE color: 8776518.

HSL color Cylindrical-coordinate representation of color #46EB85: hue angle of 142.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EB85 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB70235133-
CMYK0.7000.430.08
HSL142.91º80.49%59.8%-
HSV(B)142.91º70.21%92.16%-
XYZ36.4762.4132.32-
YUV174.04104.8453.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.98%
GREEN value IS 235 (92.19% from 255) = 53.65%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=15.98%
G=53.65%
B=30.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal702351330.7000.430.08142.9180.4959.8
Hex46EB854602B88f503c
Octal1063532051060531021712074
Binary10001101110101110000101100011001010111000100011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,235,133); }

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

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

 a { background-color: rgb(70,235,133); }

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

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

 span { border-color: rgb(70,235,133); }

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