Html Css Color HEX #46D770 Emerald

📋 copy color: '#46D770'

red 70 ◦ green 215 ◦ blue 112

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

Shades of Emerald #46D770

Tints of Emerald #46D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.16%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 17.63%
G = 54.16%
B = 28.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#46D770 (or 0x46D770) is known color: Emerald. HEX triplet: 46, D7 and 70. RGB value is (70,215,112). Sum of RGB (Red+Green+Blue) = 70+215+112=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #46D770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D770 is #B9288F. Grayscale: #A0A0A0. Windows color (decimal): -12134544 or 7395142. OLE color: 7395142.

HSL color Cylindrical-coordinate representation of color #46D770: hue angle of 137.38º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D770 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 215 112 -
CMYK 0.67 0 0.48 0.16
HSL 137.38º 0.64% 0.56% -
HSV(B) 137.38º 0.67% 0.84% -
XYZ 29.75 51.07 23.62 -
YUV 159.9 100.96 63.88 -
System Red Green Blue C M Y K H S L
Decimal 70 215 112 0.67 0 0.48 0.16 137.38 0.64 0.56
Hex 46 D7 70 43 0 30 10 89 40 38
Octal 106 327 160 103 0 60 20 211 100 70
Binary 1000110 11010111 1110000 1000011 0 110000 10000 10001001 1000000 111000

Color Harmonies of #46D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D770

Black with #46D770

Text Example


Text Example

White with #46D770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,215,112); }

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

background-color css

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

 a { background-color: rgb(70,215,112); }

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

border-color css

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

 span { border-color: rgb(70,215,112); }

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