Html Css Color HEX #50BA70 Emerald

📋 copy color: '#50BA70'

red 80 ◦ green 186 ◦ blue 112

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

Shades of Emerald #50BA70

Tints of Emerald #50BA70

RGB

 RED value IS 80 (31.64% from 255) = 21.16%

 GREEN value IS 186 (73.05% from 255) = 49.21%

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 21.16%
G = 49.21%
B = 29.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#50BA70 (or 0x50BA70) is known color: Emerald. HEX triplet: 50, BA and 70. RGB value is (80,186,112). Sum of RGB (Red+Green+Blue) = 80+186+112=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA70 is #AF458F. Grayscale: #929292. Windows color (decimal): -11486608 or 7387728. OLE color: 7387728.

HSL color Cylindrical-coordinate representation of color #50BA70: hue angle of 138.11º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA70 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 112 -
CMYK 0.57 0 0.40 0.27
HSL 138.11º 0.43% 0.52% -
HSV(B) 138.11º 0.57% 0.73% -
XYZ 23.79 37.99 21.41 -
YUV 145.87 108.88 81.02 -
System Red Green Blue C M Y K H S L
Decimal 80 186 112 0.57 0 0.40 0.27 138.11 0.43 0.52
Hex 50 BA 70 39 0 28 1B 8A 2B 34
Octal 120 272 160 71 0 50 33 212 53 64
Binary 1010000 10111010 1110000 111001 0 101000 11011 10001010 101011 110100

Color Harmonies of #50BA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA70

Black with #50BA70

Text Example


Text Example

White with #50BA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50BA70; }

 p { color: rgb(80,186,112); }

 H1.HeaderClassName
 {
   color: #50BA70;
 }
 .AnyTagClassName
 {
   color: #50BA70;
 }
</style>

background-color css

<style>
 a { background-color: #50BA70; }

 a { background-color: rgb(80,186,112); }

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

border-color css

<style>
 span { border-color: #50BA70; }

 span { border-color: rgb(80,186,112); }

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