Html Css Color HEX #46BE7D Emerald

📋 copy color: '#46BE7D'

red 70 ◦ green 190 ◦ blue 125

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

Shades of Emerald #46BE7D

Tints of Emerald #46BE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.35%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 18.18%
G = 49.35%
B = 32.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#46BE7D (or 0x46BE7D) is known color: Emerald. HEX triplet: 46, BE and 7D. RGB value is (70,190,125). Sum of RGB (Red+Green+Blue) = 70+190+125=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BE7D is #B94182. Grayscale: #929292. Windows color (decimal): -12140931 or 8240710. OLE color: 8240710.

HSL color Cylindrical-coordinate representation of color #46BE7D: hue angle of 147.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BE7D is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 190 125 -
CMYK 0.63 0 0.34 0.25
HSL 147.5º 0.48% 0.51% -
HSV(B) 147.5º 0.63% 0.75% -
XYZ 24.64 39.61 25.75 -
YUV 146.71 115.74 73.29 -
System Red Green Blue C M Y K H S L
Decimal 70 190 125 0.63 0 0.34 0.25 147.5 0.48 0.51
Hex 46 BE 7D 3F 0 22 19 94 30 33
Octal 106 276 175 77 0 42 31 224 60 63
Binary 1000110 10111110 1111101 111111 0 100010 11001 10010100 110000 110011

Color Harmonies of #46BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BE7D

Black with #46BE7D

Text Example


Text Example

White with #46BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,190,125); }

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

background-color css

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

 a { background-color: rgb(70,190,125); }

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

border-color css

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

 span { border-color: rgb(70,190,125); }

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