Html Css Color HEX #46DC64 Emerald

📋 copy color: '#46DC64'

red 70 ◦ green 220 ◦ blue 100

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

Shades of Emerald #46DC64

Tints of Emerald #46DC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.41%

 BLUE value IS 100 (39.45% from 255) = 25.64%

R = 17.95%
G = 56.41%
B = 25.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#46DC64 (or 0x46DC64) is known color: Emerald. HEX triplet: 46, DC and 64. RGB value is (70,220,100). Sum of RGB (Red+Green+Blue) = 70+220+100=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DC64 is #B9239B. Grayscale: #A1A1A1. Windows color (decimal): -12133276 or 6609990. OLE color: 6609990.

HSL color Cylindrical-coordinate representation of color #46DC64: hue angle of 132º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DC64 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 220 100 -
CMYK 0.68 0 0.55 0.14
HSL 132º 0.68% 0.57% -
HSV(B) 132º 0.68% 0.86% -
XYZ 30.42 53.41 20.76 -
YUV 161.47 93.31 62.76 -
System Red Green Blue C M Y K H S L
Decimal 70 220 100 0.68 0 0.55 0.14 132 0.68 0.57
Hex 46 DC 64 44 0 37 E 84 44 39
Octal 106 334 144 104 0 67 16 204 104 71
Binary 1000110 11011100 1100100 1000100 0 110111 1110 10000100 1000100 111001

Color Harmonies of #46DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DC64

Black with #46DC64

Text Example


Text Example

White with #46DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,220,100); }

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

background-color css

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

 a { background-color: rgb(70,220,100); }

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

border-color css

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

 span { border-color: rgb(70,220,100); }

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