#46CA82

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

Shades of Emerald #46CA82

Tints of Emerald #46CA82

Color information

#46CA82 (or 0x46CA82) is unknown color: approx Emerald. HEX triplet: 46, CA and 82. RGB value is (70,202,130). Sum of RGB (Red+Green+Blue) = 70+202+130=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CA82 is #B9357D. Grayscale: #9A9A9A. Windows color (decimal): -12137854 or 8571462. OLE color: 8571462.

HSL color Cylindrical-coordinate representation of color #46CA82: hue angle of 147.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CA82 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB70202130-
CMYK0.6500.360.21
HSL147.27º55.46%53.33%-
HSV(B)147.27º65.35%79.22%-
XYZ27.6845.1528.38-
YUV154.32114.2767.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.41%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=17.41%
G=50.25%
B=32.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal702021300.6500.360.21147.2755.4653.33
Hex46CA824102415933735
Octal106312202101044252236765
Binary10001101100101010000010100000101001001010110010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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