Html Css Color HEX #50C868 Emerald

📋 copy color: '#50C868'

red 80 ◦ green 200 ◦ blue 104

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

Shades of Emerald #50C868

Tints of Emerald #50C868

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.08%

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 20.83%
G = 52.08%
B = 27.08%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#50C868 (or 0x50C868) is known color: Emerald. HEX triplet: 50, C8 and 68. RGB value is (80,200,104). Sum of RGB (Red+Green+Blue) = 80+200+104=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #50C868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C868 is #AF3797. Grayscale: #999999. Windows color (decimal): -11483032 or 6867024. OLE color: 6867024.

HSL color Cylindrical-coordinate representation of color #50C868: hue angle of 132º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C868 is Cyan = 0.6, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 104 -
CMYK 0.6 0 0.48 0.22
HSL 132º 0.52% 0.55% -
HSV(B) 132º 0.6% 0.78% -
XYZ 26.46 44.01 20.2 -
YUV 153.18 100.24 75.81 -
System Red Green Blue C M Y K H S L
Decimal 80 200 104 0.6 0 0.48 0.22 132 0.52 0.55
Hex 50 C8 68 3C 0 30 16 84 34 37
Octal 120 310 150 74 0 60 26 204 64 67
Binary 1010000 11001000 1101000 111100 0 110000 10110 10000100 110100 110111

Color Harmonies of #50C868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C868

Black with #50C868

Text Example


Text Example

White with #50C868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,104); }

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

background-color css

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

 a { background-color: rgb(80,200,104); }

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

border-color css

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

 span { border-color: rgb(80,200,104); }

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