Html Css Color HEX #50D068 Emerald

📋 copy color: '#50D068'

red 80 ◦ green 208 ◦ blue 104

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

Shades of Emerald #50D068

Tints of Emerald #50D068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.06%

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

R = 20.41%
G = 53.06%
B = 26.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#50D068 (or 0x50D068) is known color: Emerald. HEX triplet: 50, D0 and 68. RGB value is (80,208,104). Sum of RGB (Red+Green+Blue) = 80+208+104=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #50D068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D068 is #AF2F97. Grayscale: #9E9E9E. Windows color (decimal): -11480984 or 6869072. OLE color: 6869072.

HSL color Cylindrical-coordinate representation of color #50D068: hue angle of 131.25º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D068 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 104 -
CMYK 0.62 0 0.5 0.18
HSL 131.25º 0.58% 0.56% -
HSV(B) 131.25º 0.62% 0.82% -
XYZ 28.36 47.82 20.83 -
YUV 157.87 97.59 72.46 -
System Red Green Blue C M Y K H S L
Decimal 80 208 104 0.62 0 0.5 0.18 131.25 0.58 0.56
Hex 50 D0 68 3E 0 32 12 83 3A 38
Octal 120 320 150 76 0 62 22 203 72 70
Binary 1010000 11010000 1101000 111110 0 110010 10010 10000011 111010 111000

Color Harmonies of #50D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D068

Black with #50D068

Text Example


Text Example

White with #50D068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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