#46E682

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

Shades of Emerald #46E682

Tints of Emerald #46E682

Color information

#46E682 (or 0x46E682) is unknown color: approx Emerald. HEX triplet: 46, E6 and 82. RGB value is (70,230,130). Sum of RGB (Red+Green+Blue) = 70+230+130=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #46E682 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E682 is #B9197D. Grayscale: #ABABAB. Windows color (decimal): -12130686 or 8578630. OLE color: 8578630.

HSL color Cylindrical-coordinate representation of color #46E682: hue angle of 142.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E682 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB70230130-
CMYK0.7000.430.10
HSL142.5º76.19%58.82%-
HSV(B)142.5º69.57%90.2%-
XYZ34.8559.5130.77-
YUV170.76104.9956.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.28%
GREEN value IS 230 (90.23% from 255) = 53.49%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=16.28%
G=53.49%
B=30.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal702301300.7000.430.10142.576.1958.82
Hex46E6824602BA8e4c3b
Octal1063462021060531221611473
Binary10001101110011010000010100011001010111010100011101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,230,130); }

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

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

 a { background-color: rgb(70,230,130); }

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

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

 span { border-color: rgb(70,230,130); }

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