Html Css Color HEX #50CB6E Emerald

📋 copy color: '#50CB6E'

red 80 ◦ green 203 ◦ blue 110

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

Shades of Emerald #50CB6E

Tints of Emerald #50CB6E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.65%

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

R = 20.36%
G = 51.65%
B = 27.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#50CB6E (or 0x50CB6E) is known color: Emerald. HEX triplet: 50, CB and 6E. RGB value is (80,203,110). Sum of RGB (Red+Green+Blue) = 80+203+110=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB6E is #AF3491. Grayscale: #9B9B9B. Windows color (decimal): -11482258 or 7261008. OLE color: 7261008.

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

Color convert

RGB 80 203 110 -
CMYK 0.61 0 0.46 0.20
HSL 134.63º 0.54% 0.55% -
HSV(B) 134.63º 0.61% 0.8% -
XYZ 27.48 45.54 22.09 -
YUV 155.62 102.25 74.06 -
System Red Green Blue C M Y K H S L
Decimal 80 203 110 0.61 0 0.46 0.20 134.63 0.54 0.55
Hex 50 CB 6E 3D 0 2E 14 87 36 37
Octal 120 313 156 75 0 56 24 207 66 67
Binary 1010000 11001011 1101110 111101 0 101110 10100 10000111 110110 110111

Color Harmonies of #50CB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB6E

Black with #50CB6E

Text Example


Text Example

White with #50CB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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