Html Css Color HEX #46BF89 Emerald

📋 copy color: '#46BF89'

red 70 ◦ green 191 ◦ blue 137

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

Shades of Emerald #46BF89

Tints of Emerald #46BF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 17.59%
G = 47.99%
B = 34.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#46BF89 (or 0x46BF89) is known color: Emerald. HEX triplet: 46, BF and 89. RGB value is (70,191,137). Sum of RGB (Red+Green+Blue) = 70+191+137=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BF89 is #B94076. Grayscale: #949494. Windows color (decimal): -12140663 or 9027398. OLE color: 9027398.

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

Color convert

RGB 70 191 137 -
CMYK 0.63 0 0.28 0.25
HSL 153.22º 0.49% 0.51% -
HSV(B) 153.22º 0.63% 0.75% -
XYZ 25.67 40.37 30.11 -
YUV 148.67 121.41 71.89 -
System Red Green Blue C M Y K H S L
Decimal 70 191 137 0.63 0 0.28 0.25 153.22 0.49 0.51
Hex 46 BF 89 3F 0 1C 19 99 31 33
Octal 106 277 211 77 0 34 31 231 61 63
Binary 1000110 10111111 10001001 111111 0 11100 11001 10011001 110001 110011

Color Harmonies of #46BF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BF89

Black with #46BF89

Text Example


Text Example

White with #46BF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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