Html Css Color HEX #50CE66 Emerald

📋 copy color: '#50CE66'

red 80 ◦ green 206 ◦ blue 102

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

Shades of Emerald #50CE66

Tints of Emerald #50CE66

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.09%

 BLUE value IS 102 (40.23% from 255) = 26.29%

R = 20.62%
G = 53.09%
B = 26.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#50CE66 (or 0x50CE66) is known color: Emerald. HEX triplet: 50, CE and 66. RGB value is (80,206,102). Sum of RGB (Red+Green+Blue) = 80+206+102=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE66 is #AF3199. Grayscale: #9C9C9C. Windows color (decimal): -11481498 or 6737488. OLE color: 6737488.

HSL color Cylindrical-coordinate representation of color #50CE66: hue angle of 130.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE66 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 102 -
CMYK 0.61 0 0.50 0.19
HSL 130.48º 0.56% 0.56% -
HSV(B) 130.48º 0.61% 0.81% -
XYZ 27.78 46.81 20.14 -
YUV 156.47 97.26 73.46 -
System Red Green Blue C M Y K H S L
Decimal 80 206 102 0.61 0 0.50 0.19 130.48 0.56 0.56
Hex 50 CE 66 3D 0 32 13 82 38 38
Octal 120 316 146 75 0 62 23 202 70 70
Binary 1010000 11001110 1100110 111101 0 110010 10011 10000010 111000 111000

Color Harmonies of #50CE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE66

Black with #50CE66

Text Example


Text Example

White with #50CE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,206,102); }

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

background-color css

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

 a { background-color: rgb(80,206,102); }

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

border-color css

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

 span { border-color: rgb(80,206,102); }

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