Html Css Color HEX #46BF7D Emerald

📋 copy color: '#46BF7D'

red 70 ◦ green 191 ◦ blue 125

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

Shades of Emerald #46BF7D

Tints of Emerald #46BF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 49.48%

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

R = 18.13%
G = 49.48%
B = 32.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#46BF7D (or 0x46BF7D) is known color: Emerald. HEX triplet: 46, BF and 7D. RGB value is (70,191,125). Sum of RGB (Red+Green+Blue) = 70+191+125=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BF7D is #B94082. Grayscale: #939393. Windows color (decimal): -12140675 or 8240966. OLE color: 8240966.

HSL color Cylindrical-coordinate representation of color #46BF7D: hue angle of 147.27º degrees, saturation: 0.49, 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 #46BF7D is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 191 125 -
CMYK 0.63 0 0.35 0.25
HSL 147.27º 0.49% 0.51% -
HSV(B) 147.27º 0.63% 0.75% -
XYZ 24.86 40.04 25.82 -
YUV 147.3 115.41 72.87 -
System Red Green Blue C M Y K H S L
Decimal 70 191 125 0.63 0 0.35 0.25 147.27 0.49 0.51
Hex 46 BF 7D 3F 0 23 19 93 31 33
Octal 106 277 175 77 0 43 31 223 61 63
Binary 1000110 10111111 1111101 111111 0 100011 11001 10010011 110001 110011

Color Harmonies of #46BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BF7D

Black with #46BF7D

Text Example


Text Example

White with #46BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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