Html Css Color HEX #46BE80 Emerald

📋 copy color: '#46BE80'

red 70 ◦ green 190 ◦ blue 128

#46BE80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #46BE80

Tints of Emerald #46BE80

RGB

 RED value IS 70 (27.73% from 255) = 18.04%

 GREEN value IS 190 (74.61% from 255) = 48.97%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 18.04%
G = 48.97%
B = 32.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#46BE80 (or 0x46BE80) is known color: Emerald. HEX triplet: 46, BE and 80. RGB value is (70,190,128). Sum of RGB (Red+Green+Blue) = 70+190+128=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BE80 is #B9417F. Grayscale: #939393. Windows color (decimal): -12140928 or 8437318. OLE color: 8437318.

HSL color Cylindrical-coordinate representation of color #46BE80: hue angle of 149º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BE80 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 190 128 -
CMYK 0.63 0 0.33 0.25
HSL 149º 0.48% 0.51% -
HSV(B) 149º 0.63% 0.75% -
XYZ 24.84 39.69 26.77 -
YUV 147.05 117.24 73.04 -
System Red Green Blue C M Y K H S L
Decimal 70 190 128 0.63 0 0.33 0.25 149 0.48 0.51
Hex 46 BE 80 3F 0 21 19 95 30 33
Octal 106 276 200 77 0 41 31 225 60 63
Binary 1000110 10111110 10000000 111111 0 100001 11001 10010101 110000 110011

Color Harmonies of #46BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BE80

Black with #46BE80

Text Example


Text Example

White with #46BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,190,128); }

 H1.HeaderClassName
 {
   color: #46BE80;
 }
 .AnyTagClassName
 {
   color: #46BE80;
 }
</style>

background-color css

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

 a { background-color: rgb(70,190,128); }

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

border-color css

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

 span { border-color: rgb(70,190,128); }

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