Html Css Color HEX #46D670 Emerald

📋 copy color: '#46D670'

red 70 ◦ green 214 ◦ blue 112

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

Shades of Emerald #46D670

Tints of Emerald #46D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.04%

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

R = 17.68%
G = 54.04%
B = 28.28%

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

#46D670 (or 0x46D670) is known color: Emerald. HEX triplet: 46, D6 and 70. RGB value is (70,214,112). Sum of RGB (Red+Green+Blue) = 70+214+112=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #46D670 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D670 is #B9298F. Grayscale: #9F9F9F. Windows color (decimal): -12134800 or 7394886. OLE color: 7394886.

HSL color Cylindrical-coordinate representation of color #46D670: hue angle of 137.5º 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 #46D670 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 214 112 -
CMYK 0.67 0 0.48 0.16
HSL 137.5º 0.64% 0.56% -
HSV(B) 137.5º 0.67% 0.84% -
XYZ 29.5 50.57 23.53 -
YUV 159.32 101.29 64.29 -
System Red Green Blue C M Y K H S L
Decimal 70 214 112 0.67 0 0.48 0.16 137.5 0.64 0.56
Hex 46 D6 70 43 0 30 10 8A 40 38
Octal 106 326 160 103 0 60 20 212 100 70
Binary 1000110 11010110 1110000 1000011 0 110000 10000 10001010 1000000 111000

Color Harmonies of #46D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D670

Black with #46D670

Text Example


Text Example

White with #46D670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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