Html Css Color HEX #50CC6E Emerald

📋 copy color: '#50CC6E'

red 80 ◦ green 204 ◦ blue 110

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

Shades of Emerald #50CC6E

Tints of Emerald #50CC6E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.78%

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 20.3%
G = 51.78%
B = 27.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#50CC6E (or 0x50CC6E) is known color: Emerald. HEX triplet: 50, CC and 6E. RGB value is (80,204,110). Sum of RGB (Red+Green+Blue) = 80+204+110=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CC6E is #AF3391. Grayscale: #9C9C9C. Windows color (decimal): -11482002 or 7261264. OLE color: 7261264.

HSL color Cylindrical-coordinate representation of color #50CC6E: hue angle of 134.52º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CC6E is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 204 110 -
CMYK 0.61 0 0.46 0.2
HSL 134.52º 0.55% 0.56% -
HSV(B) 134.52º 0.61% 0.8% -
XYZ 27.72 46.02 22.17 -
YUV 156.21 101.92 73.64 -
System Red Green Blue C M Y K H S L
Decimal 80 204 110 0.61 0 0.46 0.2 134.52 0.55 0.56
Hex 50 CC 6E 3D 0 2E 14 87 37 38
Octal 120 314 156 75 0 56 24 207 67 70
Binary 1010000 11001100 1101110 111101 0 101110 10100 10000111 110111 111000

Color Harmonies of #50CC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CC6E

Black with #50CC6E

Text Example


Text Example

White with #50CC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,204,110); }

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

background-color css

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

 a { background-color: rgb(80,204,110); }

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

border-color css

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

 span { border-color: rgb(80,204,110); }

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