Html Css Color HEX #50B870 Emerald

📋 copy color: '#50B870'

red 80 ◦ green 184 ◦ blue 112

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

Shades of Emerald #50B870

Tints of Emerald #50B870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.94%

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

R = 21.28%
G = 48.94%
B = 29.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#50B870 (or 0x50B870) is known color: Emerald. HEX triplet: 50, B8 and 70. RGB value is (80,184,112). Sum of RGB (Red+Green+Blue) = 80+184+112=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #50B870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B870 is #AF478F. Grayscale: #909090. Windows color (decimal): -11487120 or 7387216. OLE color: 7387216.

HSL color Cylindrical-coordinate representation of color #50B870: hue angle of 138.46º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B870 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 112 -
CMYK 0.57 0 0.39 0.28
HSL 138.46º 0.42% 0.52% -
HSV(B) 138.46º 0.57% 0.72% -
XYZ 23.37 37.16 21.27 -
YUV 144.7 109.54 81.85 -
System Red Green Blue C M Y K H S L
Decimal 80 184 112 0.57 0 0.39 0.28 138.46 0.42 0.52
Hex 50 B8 70 39 0 27 1C 8A 2A 34
Octal 120 270 160 71 0 47 34 212 52 64
Binary 1010000 10111000 1110000 111001 0 100111 11100 10001010 101010 110100

Color Harmonies of #50B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B870

Black with #50B870

Text Example


Text Example

White with #50B870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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