Html Css Color HEX #46D080 Emerald

📋 copy color: '#46D080'

red 70 ◦ green 208 ◦ blue 128

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

Shades of Emerald #46D080

Tints of Emerald #46D080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.23%

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

R = 17.24%
G = 51.23%
B = 31.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#46D080 (or 0x46D080) is known color: Emerald. HEX triplet: 46, D0 and 80. RGB value is (70,208,128). Sum of RGB (Red+Green+Blue) = 70+208+128=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #46D080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D080 is #B92F7F. Grayscale: #9D9D9D. Windows color (decimal): -12136320 or 8441926. OLE color: 8441926.

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

Color convert

RGB 70 208 128 -
CMYK 0.66 0 0.38 0.18
HSL 145.22º 0.59% 0.55% -
HSV(B) 145.22º 0.66% 0.82% -
XYZ 28.98 47.97 28.15 -
YUV 157.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 70 208 128 0.66 0 0.38 0.18 145.22 0.59 0.55
Hex 46 D0 80 42 0 26 12 91 3B 37
Octal 106 320 200 102 0 46 22 221 73 67
Binary 1000110 11010000 10000000 1000010 0 100110 10010 10010001 111011 110111

Color Harmonies of #46D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D080

Black with #46D080

Text Example


Text Example

White with #46D080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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