Html Css Color HEX #46CB86 Emerald

📋 copy color: '#46CB86'

red 70 ◦ green 203 ◦ blue 134

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

Shades of Emerald #46CB86

Tints of Emerald #46CB86

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.88%

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 17.2%
G = 49.88%
B = 32.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#46CB86 (or 0x46CB86) is known color: Emerald. HEX triplet: 46, CB and 86. RGB value is (70,203,134). Sum of RGB (Red+Green+Blue) = 70+203+134=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CB86 is #B93479. Grayscale: #9B9B9B. Windows color (decimal): -12137594 or 8833862. OLE color: 8833862.

HSL color Cylindrical-coordinate representation of color #46CB86: hue angle of 148.87º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CB86 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 203 134 -
CMYK 0.66 0 0.34 0.20
HSL 148.87º 0.56% 0.54% -
HSV(B) 148.87º 0.66% 0.8% -
XYZ 28.18 45.74 29.9 -
YUV 155.37 115.94 67.11 -
System Red Green Blue C M Y K H S L
Decimal 70 203 134 0.66 0 0.34 0.20 148.87 0.56 0.54
Hex 46 CB 86 42 0 22 14 95 38 36
Octal 106 313 206 102 0 42 24 225 70 66
Binary 1000110 11001011 10000110 1000010 0 100010 10100 10010101 111000 110110

Color Harmonies of #46CB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CB86

Black with #46CB86

Text Example


Text Example

White with #46CB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,203,134); }

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

background-color css

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

 a { background-color: rgb(70,203,134); }

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

border-color css

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

 span { border-color: rgb(70,203,134); }

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