Html Css Color HEX #46DE64 Emerald

📋 copy color: '#46DE64'

red 70 ◦ green 222 ◦ blue 100

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

Shades of Emerald #46DE64

Tints of Emerald #46DE64

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.63%

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

R = 17.86%
G = 56.63%
B = 25.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#46DE64 (or 0x46DE64) is known color: Emerald. HEX triplet: 46, DE and 64. RGB value is (70,222,100). Sum of RGB (Red+Green+Blue) = 70+222+100=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 222 (87.11% from 255 or 56.63% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 222 - color contains mainly: green. Hex color #46DE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DE64 is #B9219B. Grayscale: #A2A2A2. Windows color (decimal): -12132764 or 6610502. OLE color: 6610502.

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

Color convert

RGB 70 222 100 -
CMYK 0.68 0 0.55 0.13
HSL 131.84º 0.7% 0.57% -
HSV(B) 131.84º 0.68% 0.87% -
XYZ 30.95 54.46 20.94 -
YUV 162.64 92.64 61.92 -
System Red Green Blue C M Y K H S L
Decimal 70 222 100 0.68 0 0.55 0.13 131.84 0.7 0.57
Hex 46 DE 64 44 0 37 D 84 46 39
Octal 106 336 144 104 0 67 15 204 106 71
Binary 1000110 11011110 1100100 1000100 0 110111 1101 10000100 1000110 111001

Color Harmonies of #46DE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DE64

Black with #46DE64

Text Example


Text Example

White with #46DE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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